Browse Subversion Repository
Contents of /branches/mty-makai/cp932.c
Parent Directory
| 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 |
* żNX\ |
| 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
| svn:eol-style |
native
|
| svn:keywords |
Author Date Id Rev URL
|
|