谢谢.

解决方案 »

  1.   

    Don't omit the handy book ---MSDN , just paste a snippet here : 
    Unicode Topics
    Home |  Overview |  How Do I |  SampleOn Windows NT platforms, MFC supports the Unicode standard for encoding wide characters. Unicode is not presently supported on Windows 95.Note   The Unicode versions of the MFC libraries are not copied to your hard drive unless you select them during a Custom installation. They are not copied during other types of installation. If you attempt to build or run an MFC Unicode application without the MFC Unicode files, you may get errors.To copy the files to your hard drive, rerun Setup, choose Custom installation, clear all other components except "Microsoft Foundation Class Libraries," click the Details button, and select both "Static Library for Unicode" and "Shared Library for Unicode."The Unicode versions of the MFC libraries are described below:Static Link Libraries
    Release Debug Description 
    UAFXCW.lib,
    .pdb UAFXCWD.lib,
    .pdb Unicode MFC static link library 
    Dynamic Link Libraries
    Release Debug Description 
    MFC42U.lib,
    .dbg, def, .dll, .map, .pdb, .prf MFC42UD.lib,
    .def, .dll, .map, .pdb Unicode MFC import library
    (see notes below for explanation of file extensions) 
      MFCD42UD.lib,
    .def, .dll, .map, .pdb Unicode MFC import library for database 
      MFCN42UD.lib,
    .def, .dll, .map, .pdb Unicode MFC import library for network (sockets) 
      MFCO42UD.lib,
    .def, .dll, .map, .pdb Unicode MFC DLL for Active technologies 
    MFCS42U.lib,
    .pdb MFCS42UD.lib,
    .pdb Unicode MFC import library containing code that must be statically linked in an application or DLL 
    File types: Import library files have the extension (.lib).
    Dynamic link library files have the extension (.dll).
    Module definition (.def) files are text files that contain statements for defining an .exe or .dll.
    Map (.map) files are text files that contain information that the linker uses when linking a program.
    Library (.lib) files are used in conjunction with the DLL versions of MFC. These files contain code that must be statically linked in the application or DLL.
    Program database (.pdb) files contain debugging and project state information.
    Debug (.dbg) files contain information (COFF FPO, and CodeView) that the Visual C++ Debugger uses. 
    For detailed information on naming conventions, see Naming Conventions for MFC DLLs and Library Naming Conventions.For information on using Unicode with MFC, see International Programming Topics and Strings: Unicode and Multibyte Character Set (MBCS) Support.
      

  2.   

    www.unicode.org unicode的标准全部在里面,仔细看看。包括所有语言的字符表。
      

  3.   

    <<windows编程>>上有,很详细
      

  4.   

    谢谢CaptainIII(山上人),我找到了,但不知道应该怎么看.
    比如下面这段:033B;COMBINING SQUARE BELOW;Mn;220;L;;;;;N;NON-SPACING SQUARE BELOW;;;;
    033C;COMBINING SEAGULL BELOW;Mn;220;L;;;;;N;NON-SPACING SEAGULL BELOW;;;;
    033D;COMBINING X ABOVE;Mn;230;L;;;;;N;NON-SPACING X ABOVE;;;;
    033E;COMBINING VERTICAL TILDE;Mn;230;L;;;;;N;NON-SPACING VERTICAL TILDE;;;;
    033F;COMBINING DOUBLE OVERLINE;Mn;230;L;;;;;N;NON-SPACING DOUBLE OVERSCORE;;;;
    0340;COMBINING GRAVE TONE MARK;Mn;230;L;;;;;N;NON-SPACING GRAVE TONE MARK;Vietnamese;;;
    0341;COMBINING ACUTE TONE MARK;Mn;230;L;;;;;N;NON-SPACING ACUTE TONE MARK;Vietnamese;;;
    0342;COMBINING GREEK PERISPOMENI;Mn;230;L;;;;;N;;;;;
    0343;COMBINING GREEK KORONIS;Mn;230;L;0313;;;;N;;;;;
    0344;COMBINING GREEK DIALYTIKA TONOS;Mn;230;L;0308 030D;;;;N;GREEK NON-SPACING DIAERESIS TONOS;;;;
    0345;COMBINING GREEK YPOGEGRAMMENI;Mn;220;L;;;;;N;GREEK NON-SPACING IOTA BELOW;;;;
    0360;COMBINING DOUBLE TILDE;Mn;234;L;;;;;N;;;;;
    0361;COMBINING DOUBLE INVERTED BREVE;Mn;234;L;;;;;N;;;;;
    0374;GREEK NUMERAL SIGN;So;0;L;02B9;;;;N;GREEK UPPER NUMERAL SIGN;Dexia keraia;;;
    0375;GREEK LOWER NUMERAL SIGN;So;0;L;;;;;N;;Aristeri keraia;;;
    037A;GREEK YPOGEGRAMMENI;Lm;0;L;;;;;N;GREEK SPACING IOTA BELOW;;;;
    037E;GREEK QUESTION MARK;Po;0;L;003B;;;;N;;Erotimatiko;;;
    0384;GREEK TONOS;Lm;0;L;;;;;N;GREEK SPACING TONOS;;;;