高手止步:在vc中区别简体中文、繁体中文、日文、英文windows系统怎么实现?
问题点数:40、回复次数:2Top
1 楼ahphone(阿丰--重出江湖,陌生的容颜)回复于 2001-07-26 22:46:45 得分 40
GetACP
The GetACP function retrieves the current ANSI code-page identifier for the system.
UINT GetACP(VOID)
Parameters
This function has no parameters.
Return Values
The return value is the current ANSI code-page identifier for the system, or a default identifier if no code page is current.
Remarks
Following are the ANSI code-page identifiers:
Identifier Meaning
874 Thai
932 Japan
936 Chinese (PRC, Singapore)
949 Korean
950 Chinese (Taiwan Region; Hong Kong SAR, PRC)
1200 Unicode (BMP of ISO 10646)
1250 Windows 3.1 Eastern European
1251 Windows 3.1 Cyrillic
1252 Windows 3.1 Latin 1 (US, Western Europe)
1253 Windows 3.1 Greek
1254 Windows 3.1 Turkish
1255 Hebrew
1256 Arabic
1257 Baltic
Top
2 楼jiyifi(不会放弃!也不想!)回复于 2001-07-27 00:27:06 得分 0
谢谢你了ahphone(阿丰) 你常帮我啊 谢谢
Top




