Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/mty-makai/cp932.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 262 - (show annotations) (download) (as text)
Sat Jul 2 05:36:54 2011 UTC (12 years, 9 months ago) by notanpe
File MIME type: text/x-csrc
File size: 343 byte(s)
魔キー対応
1 /***********************************************************************
2 *
3 * file: cp932.c
4 *
5 * ŠżŽšƒNƒ‰ƒX•\
6 *
7 */
8
9 #include "cp932.h"
10
11 unsigned char cp932[0x10000] = {
12 #ifdef MAKEY
13 #include "cp932.inc.makey"
14 #else /* MAKEY */
15 #include "cp932.inc"
16 #endif /* MAKEY */
17 };
18
19 /*
20 * Local Variables:
21 * tab-width: 4
22 * End:
23 *
24 * 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