Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/mty-makai/translate.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 252 - (show annotations) (download) (as text)
Mon Dec 27 03:23:48 2010 UTC (13 years, 3 months ago) by notanpe
File MIME type: text/x-chdr
File size: 583 byte(s)
本家 R245 をベースに全てやりなおし。
1 /***********************************************************************
2 *
3 * file: translate.h
4 *
5 */
6
7 #ifndef TRANSLATE_H__
8 #define TRANSLATE_H__
9
10 #define KCLS_AN 0x01 /* いちばん安全な文字 */
11 #define KCLS_KA 0x02 /* 半角カナ */
12 #define KCLS_K1 0x04 /* 安全だと思われる漢字 */
13 #define KCLS_KG 0x08 /* 不可視漢字 */
14 #define KCLS_KD 0x10 /* 安全でない漢字 */
15 #define KCLS_AD 0x20 /* 安全でない半角 */
16
17 extern unsigned
18 translate(unsigned char *ptr,
19 int n,
20 unsigned flag);
21
22 #endif /* TRANSLATE_H__ */
23
24 /*
25 * Local Variables:
26 * tab-width: 4
27 * End:
28 *
29 * EOF */

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Rev URL

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26