File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
#ifndef PG_WCHAR_H
4
4
#define PG_WCHAR_H
23
23
#define LATIN7 13 /* ISO-8859 Latin 7 */
24
24
#define LATIN8 14 /* ISO-8859 Latin 8 */
25
25
#define LATIN9 15 /* ISO-8859 Latin 9 */
26
+ #define KOI8 16 /* KOI8-R */
27
+ #define WIN 17 /* windows-1251 */
28
+ #define ALT 18 /* Alternativny Variant (MS-DOS CP866) */
26
29
/* followings are for client encoding only */
27
30
#define SJIS 32 /* Shift JIS */
28
31
#define BIG5 33 /* Big5 */
@@ -57,7 +60,8 @@ typedef unsigned int pg_wchar;
57
60
#define LC_ISO8859_4 0x84 /* ISO8859 Latin 4 */
58
61
#define LC_ISO8859_5 0x8d /* ISO8859 Latin 5 */
59
62
#define LC_JISX0201K 0x89 /* Japanese 1 byte kana */
60
- #define LC_JISX0201R 0x90 /* Japanese 1 byte Roman */
63
+ #define LC_JISX0201R 0x8a /* Japanese 1 byte Roman */
64
+ #define LC_KOI8_R 0x8c /* Cyrillic KOI8-R */
61
65
#define LC_GB2312_80 0x91 /* Chinese */
62
66
#define LC_JISX0208 0x92 /* Japanese Kanji */
63
67
#define LC_KS5601 0x93 /* Korean */
You can’t perform that action at this time.
0 commit comments