ANSI ANSI编码 unicode和ansi都是字符代码的一种表示形式。 为使计算机支持更多语言,通常使用 0x80~0xFF 范围的 2 个字节来表示 1 个字符。比如:汉字 '中' 在 ANSI编码中文操作系统中,使用 [0xD6,0xD0] 这两个字节存储。 不同的国家和地区制定了不同的标准,由此产生了 GB2312, BIG5, JIS 等各自的编码标准。这些使用 2 个字节来代表一个字符的各种汉字延伸编码方式,称为 ANSI 编码。在简体中文系统下,ANSI 编码代表 GB2312 编码,在日文操作系统下,ANSI 编码代表 JIS 编码。 不同 ANSI 编码之 Read More
posted @ 2012-02-22 18:11
庚武
Views(15786)
Comments(0)
Diggs(0)
#include <windef.h> //Basic Type Definitions#include <winnt.h> //Definitions for Unicode support#include <winbase.h> // Kernel functions#include <wingdi.h> //Graphic Device Interface functions#include <winuser.h> //User Interface functions Read More
posted @ 2012-02-22 17:08
庚武
Views(675)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号