ReactOS 0.4.15-dev-7961-gdcf9eb0
cjkcode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CP_SHIFTJIS   932
 
#define CP_HANGUL   949
 
#define CP_JOHAB   1361
 
#define CP_GB2312   936
 
#define CP_BIG5   950
 
#define CP_JAPANESE   CP_SHIFTJIS
 
#define CP_KOREAN   CP_HANGUL
 
#define CP_CHINESE_SIMPLIFIED   CP_GB2312
 
#define CP_CHINESE_TRADITIONAL   CP_BIG5
 
#define IsCJKCodePage(CodePage)
 
#define SHIFTJIS_CHARSET   128
 
#define HANGEUL_CHARSET   129
 
#define HANGUL_CHARSET   129
 
#define GB2312_CHARSET   134
 
#define CHINESEBIG5_CHARSET   136
 
#define IsCJKCharSet(CharSet)
 

Macro Definition Documentation

◆ CHINESEBIG5_CHARSET

#define CHINESEBIG5_CHARSET   136

Definition at line 40 of file cjkcode.h.

◆ CP_BIG5

#define CP_BIG5   950

Definition at line 15 of file cjkcode.h.

◆ CP_CHINESE_SIMPLIFIED

#define CP_CHINESE_SIMPLIFIED   CP_GB2312

Definition at line 23 of file cjkcode.h.

◆ CP_CHINESE_TRADITIONAL

#define CP_CHINESE_TRADITIONAL   CP_BIG5

Definition at line 24 of file cjkcode.h.

◆ CP_GB2312

#define CP_GB2312   936

Definition at line 14 of file cjkcode.h.

◆ CP_HANGUL

#define CP_HANGUL   949

Definition at line 12 of file cjkcode.h.

◆ CP_JAPANESE

#define CP_JAPANESE   CP_SHIFTJIS

Definition at line 21 of file cjkcode.h.

◆ CP_JOHAB

#define CP_JOHAB   1361

Definition at line 13 of file cjkcode.h.

◆ CP_KOREAN

#define CP_KOREAN   CP_HANGUL

Definition at line 22 of file cjkcode.h.

◆ CP_SHIFTJIS

#define CP_SHIFTJIS   932

Definition at line 11 of file cjkcode.h.

◆ GB2312_CHARSET

#define GB2312_CHARSET   134

Definition at line 39 of file cjkcode.h.

◆ HANGEUL_CHARSET

#define HANGEUL_CHARSET   129

Definition at line 34 of file cjkcode.h.

◆ HANGUL_CHARSET

#define HANGUL_CHARSET   129

Definition at line 35 of file cjkcode.h.

◆ IsCJKCharSet

#define IsCJKCharSet (   CharSet)
Value:
/* (CharSet) == JOHAB_CHARSET || */ \
#define HANGUL_CHARSET
Definition: cjkcode.h:35
#define CHINESEBIG5_CHARSET
Definition: cjkcode.h:40
#define SHIFTJIS_CHARSET
Definition: cjkcode.h:33
#define GB2312_CHARSET
Definition: cjkcode.h:39
static void CharSet(RTF_Info *info)
Definition: reader.c:2420

Definition at line 44 of file cjkcode.h.

◆ IsCJKCodePage

#define IsCJKCodePage (   CodePage)
Value:
((CodePage) == CP_SHIFTJIS || (CodePage) == CP_HANGUL || \
/* (CodePage) == CP_JOHAB || */ \
(CodePage) == CP_BIG5 || (CodePage) == CP_GB2312)
#define CP_GB2312
Definition: cjkcode.h:14
#define CP_BIG5
Definition: cjkcode.h:15
#define CP_HANGUL
Definition: cjkcode.h:12
#define CP_SHIFTJIS
Definition: cjkcode.h:11

Definition at line 27 of file cjkcode.h.

◆ SHIFTJIS_CHARSET

#define SHIFTJIS_CHARSET   128

Definition at line 33 of file cjkcode.h.