字符串,ASCII、UNICODE码,子元(符)集,字体 |
1,字符串是字符数组。 Q6Jzs4 http://blog.numino.net/ 2,字符分ASCII字符,UNICODE字符,多字节字符三种。 Ko7hV7 http://blog.numino.net/ 3,字元集分: SPpK6V http://blog.numino.net/ 波罗的海语系、中欧语系、斯拉夫语系、希腊语系和土耳其语系,西欧(ANSI)字元集、远东语言(汉语、日语和朝鲜语) 2XTm3G http://blog.numino.net/ WINGDI.H中定义的子元集ID有: 0s7747 http://blog.numino.net/ define ANSI_CHARSET 0 // 1252 Latin 1 (ANSI) scQwDe http://blog.numino.net/ #define DEFAULT_CHARSET 1 n3KbIF http://blog.numino.net/ #define SYMBOL_CHARSET 2 Vp6K4T http://blog.numino.net/ #define MAC_CHARSET 77 7VKci7 http://blog.numino.net/ #define SHIFTJIS_CHARSET 128 // 932 (DBCS, 日本) 00OflO http://blog.numino.net/ #define HANGEUL_CHARSET 129 // 949 (DBCS, 韩文) Mj9ujv http://blog.numino.net/ #define HANGUL_CHARSET 129 // " " v0WGU8 http://blog.numino.net/ #define JOHAB_CHARSET 130 // 1361 (DBCS, 韩文) BWmhP0 http://blog.numino.net/ #define GB2312_CHARSET 134 // 936 (DBCS, 简体中文) wvO3VV http://blog.numino.net/ #define CHINESEBIG5_CHARSET 136 // 950 (DBCS, 繁体中文) 2DXVD2 http://blog.numino.net/ #define GREEK_CHARSET 161 // 1253希腊文 iMK7Li http://blog.numino.net/ #define TURKISH_CHARSET 162 // 1254 Latin 5 (土耳其文) 42Bvdz http://blog.numino.net/ #define VIETNAMESE_CHARSET 163 // 1258越南文 0rQfFj http://blog.numino.net/ #define HEBREW_CHARSET 177 // 1255希伯来文 pkoh91 http://blog.numino.net/ #define ARABIC_CHARSET 178 // 1256阿拉伯文 r5yO8P http://blog.numino.net/ #define BALTIC_CHARSET 186 // 1257波罗的海字集 cvwAj2 http://blog.numino.net/ #define RUSSIAN_CHARSET 204 // 1251俄文 (斯拉夫语系) 1pXuk2 http://blog.numino.net/ #define THAI_CHARSET 222 // 874泰文 xHQmt2 http://blog.numino.net/ #define EASTEUROPE_CHARSET 238 // 1250 Latin 2 (中欧语系) K6nyhE http://blog.numino.net/ #define OEM_CHARSET 255 // 地区自订 91mGLp http://blog.numino.net/ 4,字体是对字符的不同显示 UgI2QS http://blog.numino.net/ 问题1: 8i16vy http://blog.numino.net/ 字符分ASCII字符,UNICODE字符,多字节字符三种外, b9HVJN http://blog.numino.net/ 不同的字元集对应不同的字符吗。(或者说字符和字元集的关系) BhnpOb http://blog.numino.net/ 问题2: d403gc http://blog.numino.net/ 字符与字元集,某个值(内存值)的字符在不同的字元集下表示的字符是不同的吗?
|
|