Mercurial > freewnn
view Wnn/include/commonhd.h @ 13:778894f4449f
fixed typos
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 02 Mar 2008 19:47:09 +0900 |
parents | fc3022f61fc7 |
children |
line wrap: on
line source
/* * $Id: commonhd.h,v 1.13 2006/03/04 19:01:45 aonoto Exp $ */ /* * FreeWnn is a network-extensible Kana-to-Kanji conversion system. * This file is part of FreeWnn. * * Copyright Kyoto University Research Institute for Mathematical Sciences * 1987, 1988, 1989, 1990, 1991, 1992 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992 * Copyright FreeWnn Project 1999, 2000, 2001, 2002, 2005, 2006 * * Maintainer: FreeWnn Project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef WNN_COMMONHD_H #define WNN_COMMONHD_H /**************** * Common header ****************/ #include <stdio.h> #define JSERVER_VERSION 0x4200 /* minor version */ #include "build_stamp.h" #include "wnnerror.h" #ifndef JS typedef unsigned int UINT; typedef unsigned char UCHAR; #ifndef w_char # define w_char unsigned short #endif /* w_char */ #endif /*JS */ #ifdef TAIWANESE #ifndef CHINESE #define CHINESE #endif #endif #ifdef CHINESE #define CONVERT_from_TOP #define CONVERT_by_STROKE /* É®·Á(Bi Xing) */ #define CONVERT_with_SiSheng /* »ÍÀ¼(Si Sheng) */ #define NO_FZK /* ÉÕ°¸ì¤Ï¡¢¤Ê¤¤ */ #define NO_KANA /* ¤Ò¤é¤¬¤Ê(ÆɤߤÈƱ¤¸¸õÊä)¤Ï¡¢¤Ê¤¤ */ #endif #ifdef KOREAN #define CONVERT_from_TOP #define NO_FZK #endif #ifdef luna #ifdef uniosu # ifndef SYSVR2 # define SYSVR2 # endif #else /* if defined(MACH) || defined(uniosb) */ # ifndef BSD42 # define BSD42 # endif # ifndef BSD43 # define BSD43 # endif # if defined(luna68k) # ifndef BSD44 # define BSD44 # endif # endif /* defined(luna68k) */ #endif #else /* defined(luna) */ #if defined(sun) && !defined(SVR4) # ifndef BSD42 # define BSD42 # endif #else /* sun else */ #if defined(DGUX) || defined(linux) # ifndef SYSVR2 # define SYSVR2 # endif #else #if defined(SVR4) || defined(hpux) || defined(SYSV) || defined(USG) # ifndef SYSVR2 # define SYSVR2 # endif # ifdef sun # define SOLARIS # endif #else # ifndef BSD43 # define BSD43 # endif # ifndef BSD42 # define BSD42 # endif #endif /* defined(SVR4) || defined(hpux) || defined(SYSV) || defined(USG) */ #endif /* DGUX */ #endif /* sun */ #endif /* luna */ #if defined(SVR4) || defined(hpux) || defined(SYSV) || defined(USG) #ifndef F_OK #define F_OK 0 #endif #ifndef R_OK #define R_OK 4 #endif #endif /* defined(SVR4) || defined(hpux) || defined(SYSV) || defined(USG) */ #define MAXBUNSETSU 80 #define LIMITBUNSETSU 400 #define MAXJIKOUHO 400 #define J_IUJIS 0 #define J_EUJIS 1 #define J_JIS 2 #define J_SJIS 3 #define C_IUGB 0 #define C_EUGB 1 #define C_ICNS11643 0 #define C_ECNS11643 1 #define C_BIG5 2 #define K_IUKSC 0 #define K_EUKSC 1 #define K_KSC 2 #ifndef True #define True 1 #endif #ifndef False #define False 0 #endif #define KANJI(x) ((x) & 0x80) #define Ctrl(X) ((X) & 0x1f) #define NEWLINE Ctrl('J') #define CR Ctrl('M') #define ESC '\033' #ifdef luna #ifdef uniosu #define RUBOUT 0x08 /* BS */ #else #define RUBOUT '\177' #endif #else #define RUBOUT '\177' #endif #define SPACE ' ' #define JSPACE 0xa1a1 #ifdef KOREAN #define BAR 0xA1aa /* ¡¼ */ #else #define BAR 0xA1BC /* ¡¼ */ #endif #define KUTEN_NUM 0xA1A3 /* ¡£ */ #define TOUTEN_NUM 0xA1A2 /* ¡¢ */ #define S_NUM 0xA3B0 /* £° */ #define E_NUM 0xA3B9 /* £¹ */ #ifdef KOREAN #define S_HIRA 0xAAA1 /* ¤¡ */ #define E_HIRA 0xAAF3 /* ¤ó */ #define S_KATA 0xABA1 /* ¥¡ */ #define E_KATA 0xABF6 /* ¥ö */ #else #define S_HIRA 0xA4A1 /* ¤¡ */ #define E_HIRA 0xA4F3 /* ¤ó */ #define S_KATA 0xA5A1 /* ¥¡ */ #define E_KATA 0xA5F6 /* ¥ö */ #endif #define S_HANKATA 0x00A1 /* Ž¡ */ #define E_HANKATA 0x00DF /* Žß */ #ifdef KOREAN #define S_JUMO 0xa4a1 /* ¤¡ */ #define E_JUMO 0xa4fe /* ¤þ */ #define S_HANGUL 0xb0a1 /* °¡ */ #define E_HANGUL 0xc8fe /* Èþ */ #define S_HANJA 0xcaa1 /* Ê¡ */ #define E_HANJA 0xfdfe /* ýþ */ #define ishanja(x) ((unsigned)((x) - S_HANJA) <= (E_HANJA - S_HANJA)) #define ishangul(x) ((unsigned)((x) - S_HANGUL) <= (E_HANGUL - S_HANGUL)) #endif #define HIRAP(X) ((X) >= S_HIRA && (X) <= E_HIRA) #define KATAP(X) (((X) >= S_KATA && (X) <= E_KATA) || ((X) == BAR)) #define ASCIIP(X) ((X) < 0x7f) #define KANJIP(X) (!(HIRAP(X) || KATAP(X) || ASCIIP(X))) #define YOMICHAR(X) ((HIRAP(X)) || \ ('0'<=(X)&&'9'>=(X)) || \ ('A'<=(X)&&'Z'>=(X)) || \ ('a'<=(X)&&'z'>=(X)) || \ (BAR == X) \ ) #define HIRA_OF(X) ((KATAP(X) && !(BAR == (X)))? ((X) & ~0x0100) : (X)) #ifdef CONVERT_by_STROKE # define Q_MARK '?' #endif /* CONVERT_by_STROKE */ #define LENGTHYOMI 256 /* jisho ni touroku suru yomi no nagasa */ #define LENGTHKANJI 256 /* jisho ni touroku suru kanji no nagasa */ #define LENGTHBUNSETSU 264 /* ʸÀá¤ÎºÇÂçĹ */ #define LENGTHCONV 512 /* ÊÑ´¹²ÄǽºÇÂçʸ»ú¿ô */ #define JISHOKOSUU 20 #define DIC_RDONLY 1 /* ¼½ñ¤¬¥ê¡¼¥É¡¦¥ª¥ó¥ê¡¼¤Ç¤¢¤ë¡£ */ /* Ê£¿ô¤Î¥Õ¥¡¥¤¥ë¤Ë¤Þ¤¿¤¬¤Ã¤ÆÍѤ¤¤é¤ì¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¥µ¥¤¥º¤ÎÄêµÁ */ #define EXPAND_PATH_LENGTH 256 /* expand_expr()¤¬ÍѤ¤¤ë¥Ð¥Ã¥Õ¥¡¤Î¥µ¥¤¥º */ #define WNN_FILE_STRING "£×£î£î¤Î¥Õ¥¡¥¤¥ë" #define WNN_FILE_STRING_LEN 16 #define F_STAMP_NUM 64 #define FILE_ALREADY_READ -2 #define FILE_NOT_READ -3 /* file ID */ #endif /* WNN_COMMONHD_H */