#ifndef _STR_H_ #define _STR_H_ char* AscStr = "ASCII: ABCDEFG1234567"; char* GbkStr = "Tao yuanming:²É¾Õ¶«ÀéÏ ¤³¤ó¤Ë¤Á¤Ï"; #endif