libsent/include/jlib.h

00001 /*
00002  *  jlib.h -- jlib.c 用のヘッダファイル  by. 倉光 君郎
00003  *
00004  *  jlib.c を利用する場合は、include してください。
00005  *
00006  */
00007 
00008 /* modified by ri */
00009 
00010 #define ASCII         0
00011 #define JIS           1
00012 #define EUC           2
00013 #define SJIS          3
00014 
00015 extern int detectKanjiCode(char *str);
00016 /* extern char *toStringJIS(char *str); */
00017 extern char *toStringJIS(char *str, char *buf, int maxlen);
00018 /* extern char *toStringEUC(char *str); */
00019 extern char *toStringEUC(char *str, char *buf, int maxlen);
00020 /* extern char *toStringSJIS(char *str); */
00021 extern char *toStringSJIS(char *str, char *buf, int maxlen);
00022 /* extern char *toStringAuto(char *str); */
00023 extern char *toStringAuto(char *str, char *buf, int maxlen);

Generated on Tue Dec 26 16:16:33 2006 for Julius by  doxygen 1.5.0