|
1 |
| -/* $Id: pg_wchar.h,v 1.6 1999/02/02 18:51:25 momjian Exp $ */ |
| 1 | +/* $Id: pg_wchar.h,v 1.7 1999/03/24 06:53:28 ishii Exp $ */ |
2 | 2 |
|
3 | 3 | #ifndefPG_WCHAR_H
|
4 | 4 | #definePG_WCHAR_H
|
|
23 | 23 | #defineLATIN7 13/* ISO-8859 Latin 7 */
|
24 | 24 | #defineLATIN8 14/* ISO-8859 Latin 8 */
|
25 | 25 | #defineLATIN9 15/* ISO-8859 Latin 9 */
|
| 26 | +#defineKOI8 16/* KOI8-R */ |
| 27 | +#defineWIN 17/* windows-1251 */ |
| 28 | +#defineALT 18/* Alternativny Variant (MS-DOS CP866) */ |
26 | 29 | /* followings are for client encoding only */
|
27 | 30 | #defineSJIS 32/* Shift JIS */
|
28 | 31 | #defineBIG5 33/* Big5 */
|
@@ -57,7 +60,8 @@ typedef unsigned int pg_wchar;
|
57 | 60 | #defineLC_ISO8859_40x84/* ISO8859 Latin 4 */
|
58 | 61 | #defineLC_ISO8859_50x8d/* ISO8859 Latin 5 */
|
59 | 62 | #defineLC_JISX0201K0x89/* Japanese 1 byte kana */
|
60 |
| -#defineLC_JISX0201R0x90/* Japanese 1 byte Roman */ |
| 63 | +#defineLC_JISX0201R0x8a/* Japanese 1 byte Roman */ |
| 64 | +#defineLC_KOI8_R0x8c/* Cyrillic KOI8-R */ |
61 | 65 | #defineLC_GB2312_800x91/* Chinese */
|
62 | 66 | #defineLC_JISX0208 0x92/* Japanese Kanji */
|
63 | 67 | #defineLC_KS56010x93/* Korean */
|
|