Develop and Download Open Source Software

Browse Subversion Repository

Contents of /CopalPro/nkf32.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Thu Jul 28 09:05:52 2011 UTC (12 years, 9 months ago) by kaityo
File MIME type: text/x-chdr
File size: 506 byte(s)
First Commit
1 // for nkf32.dll (nkf15k相当)
2 // 使用方法、転載、使用条件は、同梱の nkf32.docを参照して下さい。
3
4 // 漢字変換 (NKF)
5 void CALLBACK GetNkfVersion(LPSTR) ;
6 int CALLBACK SetNkfOption(LPCSTR) ;
7 void CALLBACK NkfConvert(LPSTR,LPCSTR) ;
8
9 // 半角・全角変換
10 void CALLBACK ToHankaku(LPSTR) ; // (V1.02)
11 void CALLBACK ToZenkakuKana(LPSTR,LPCSTR) ; // (V1.02)
12
13 // Subject変換(to MIME)
14 void CALLBACK EncodeSubject(LPSTR,LPCSTR) ; // (V1.03)
15
16 // 漢字コード取得
17
18 int CALLBACK NkfGetKanjiCode(void);
19

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