view etc/unicode/mule-ucs/chinese-sisheng.txt @ 4874:4c3f5e1ecbeb

ChangeLog for previous patch: regenerate intl-auto-encap-win32.c (fix build problems when building --with-msw=no on Cygwin) -------------------- ChangeLog entries follow: -------------------- lib-src/ChangeLog addition: 2010-01-15 Ben Wing <ben@xemacs.org> * make-mswin-unicode.pl: Various fixes to get this to work when using the Cygwin header files in /usr/include/w32api instead of the VC++ ones: -- Use /usr/include/w32api as default; don't assume that a passed-in directory always ends in .../include. -- Add `const' to list of known type modifiers. -- If function already seen, warn but don't generate twice. -- Eliminate `extern' from return type modifiers. -- Cosmetic: When eliminating APIENTRY, also eliminate following whitespace. src/ChangeLog addition: 2010-01-15 Ben Wing <ben@xemacs.org> * intl-auto-encap-win32.c: * intl-auto-encap-win32.c (qxeExtractAssociatedIcon): * intl-auto-encap-win32.c (qxeShellExecuteEx): * intl-auto-encap-win32.c (qxeSHFileOperation): * intl-auto-encap-win32.c (qxeSHQueryRecycleBin): * intl-auto-encap-win32.c (qxeSHEmptyRecycleBin): * intl-auto-encap-win32.c (qxeWNetAddConnection): * intl-auto-encap-win32.c (qxeWNetAddConnection2): * intl-auto-encap-win32.c (qxeWNetAddConnection3): * intl-auto-encap-win32.c (qxeWNetCancelConnection): * intl-auto-encap-win32.c (qxeWNetCancelConnection2): * intl-auto-encap-win32.c (qxeWNetGetConnection): * intl-auto-encap-win32.c (qxeWNetUseConnection): * intl-auto-encap-win32.c (qxeWNetConnectionDialog1): * intl-auto-encap-win32.c (qxeWNetDisconnectDialog1): * intl-auto-encap-win32.c (qxeWNetOpenEnum): * intl-auto-encap-win32.c (qxeWNetEnumResource): * intl-auto-encap-win32.c (qxeWNetGetUniversalName): * intl-auto-encap-win32.c (qxeWNetGetUser): * intl-auto-encap-win32.c (qxeWNetGetProviderName): * intl-auto-encap-win32.c (qxeWNetGetNetworkInformation): * intl-auto-encap-win32.c (qxeWNetGetLastError): * intl-auto-encap-win32.c (qxeMultinetGetConnectionPerformance): * intl-auto-encap-win32.c (qxeAppendMenu): * intl-auto-encap-win32.c (qxeCopyAcceleratorTable): * intl-auto-encap-win32.c (qxeDlgDirSelectComboBoxEx): * intl-auto-encap-win32.c (qxeEnumDesktops): * intl-auto-encap-win32.c (qxeEnumWindowStations): * intl-auto-encap-win32.c (qxeGetClassInfo): * intl-auto-encap-win32.c (qxeGetClassLong): * intl-auto-encap-win32.c (qxeGetClassName): * intl-auto-encap-win32.c (qxeGetKeyboardLayoutName): * intl-auto-encap-win32.c (qxeGetWindowLong): * intl-auto-encap-win32.c (qxeGetUserObjectInformation): * intl-auto-encap-win32.c (qxeGetWindowTextLength): * intl-auto-encap-win32.c (qxeGrayString): * intl-auto-encap-win32.c (qxeInsertMenu): * intl-auto-encap-win32.c (qxeSetProp): * intl-auto-encap-win32.c (qxeEnumICMProfiles): * intl-auto-encap-win32.c (qxeExtTextOut): * intl-auto-encap-win32.c (qxeSetICMProfile): * intl-auto-encap-win32.c (qxeTextOut): * intl-auto-encap-win32.c (qxeSHGetPathFromIDList): * intl-auto-encap-win32.c (qxeFindText): * intl-auto-encap-win32.c (qxeReplaceText): * intl-auto-encap-win32.c (qxeImmInstallIME): * intl-auto-encap-win32.c (qxeImmGetDescription): * intl-auto-encap-win32.c (qxeImmGetIMEFileName): * intl-auto-encap-win32.c (qxeImmGetCompositionString): * intl-auto-encap-win32.c (qxeImmGetCandidateListCount): * intl-auto-encap-win32.c (qxeImmGetCandidateList): * intl-auto-encap-win32.c (qxeImmGetGuideLine): * intl-auto-encap-win32.c (qxeImmConfigureIME): * intl-auto-encap-win32.c (qxeImmEscape): * intl-auto-encap-win32.c (qxeImmGetConversionList): * intl-auto-encap-win32.c (qxeImmRegisterWord): * intl-auto-encap-win32.c (qxeImmUnregisterWord): * intl-auto-encap-win32.c (qxeImmEnumRegisterWord): * intl-auto-encap-win32.c (qxesndPlaySound): * intl-auto-encap-win32.c (qxePlaySound): * intl-auto-encap-win32.c (qxewaveOutGetErrorText): * intl-auto-encap-win32.c (qxewaveInGetErrorText): * intl-auto-encap-win32.c (qxemidiOutGetErrorText): * intl-auto-encap-win32.c (qxemidiInGetErrorText): * intl-auto-encap-win32.c (qxemmioStringToFOURCC): * intl-auto-encap-win32.c (qxemmioInstallIOProc): * intl-auto-encap-win32.c (qxemmioOpen): * intl-auto-encap-win32.c (qxemmioRename): * intl-auto-encap-win32.c (qxemciSendCommand): * intl-auto-encap-win32.c (qxemciSendString): * intl-auto-encap-win32.c (qxemciGetDeviceID): * intl-auto-encap-win32.c (qxemciGetErrorString): * intl-auto-encap-win32.h: * intl-auto-encap-win32.h (qxemciGetErrorString): Regenerate these files from Cygwin headers. * intl-encap-win32.c: Bracket more functions in HAVE_MS_WINDOWS, to fix build problems when building --with-msw=no on Cygwin. Fixes for Cygwin headers: -- Comment out IME.H, non-existent in Cygwin. -- Make MessageBoxIndirect a `no' (don't encapsulate but generate error if used) because it has a structure parameter that needs to be A/W split but is declared as FOO*, and our parser can't split this.
author Ben Wing <ben@xemacs.org>
date Fri, 15 Jan 2010 05:12:07 -0600
parents a29c4eef8f00
children
line wrap: on
line source

0x21   0x0101  #   LATIN SMALL LETTER A WITH MACRON
0x22   0x00E1  #   LATIN SMALL LETTER A WITH ACUTE
0x23   0x01CE  #   LATIN SMALL LETTER A WITH CARON
0x24   0x00E0  #   LATIN SMALL LETTER A WITH GRAVE
0x25   0x0113  #   LATIN SMALL LETTER E WITH MACRON
0x26   0x00E9  #   LATIN SMALL LETTER E WITH ACUTE
0x27   0x011B  #   LATIN SMALL LETTER E WITH CARON
0x28   0x00E8  #   LATIN SMALL LETTER E WITH GRAVE
0x29   0x012B  #   LATIN SMALL LETTER I WITH MACRON
0x2a   0x00ED  #   LATIN SMALL LETTER I WITH ACUTE
0x2b   0x01D0  #   LATIN SMALL LETTER I WITH CARON
0x2c   0x00EC  #   LATIN SMALL LETTER I WITH GRAVE
0x2d   0x014D  #   LATIN SMALL LETTER O WITH MACRON
0x2e   0x00F3  #   LATIN SMALL LETTER O WITH ACUTE
0x2f   0x01D2  #   LATIN SMALL LETTER O WITH CARON
0x30   0x00F2  #   LATIN SMALL LETTER O WITH GRAVE
0x31   0x016B  #   LATIN SMALL LETTER U WITH MACRON
0x32   0x00FA  #   LATIN SMALL LETTER U WITH ACUTE
0x33   0x01D4  #   LATIN SMALL LETTER U WITH CARON
0x34   0x00F9  #   LATIN SMALL LETTER U WITH GRAVE
0x35   0x01D6  #   LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
0x36   0x01D8  #   LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
0x37   0x01DA  #   LATIN SMALL LETTER U WITH DIAERESIS AND CARON
0x38   0x01DC  #   LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
0x39   0x00FC  #   LATIN SMALL LETTER U WITH DIAERESIS
0x3a   0x00EA  #   LATIN SMALL LETTER E WITH CIRCUMFLEX
0x3c   0x1E3F  #   LATIN SMALL LETTER M WITH ACUTE
0x3d   0x0144  #   LATIN SMALL LETTER N WITH ACUTE
0x3e   0x0148  #   LATIN SMALL LETTER N WITH CARON
0x3f   0x01F9  #   LATIN SMALL LETTER N WITH GRAVE
0x41   0x02C9  #   MODIFIER LETTER MACRON
0x42   0x02CA  #   MODIFIER LETTER ACUTE ACCENT
0x43   0x02C7  #   CARON
0x44   0x02CB  #   MODIFIER LETTER GRAVE ACCENT
0x45   0x3105  #   BOPOMOFO LETTER B
0x46   0x3106  #   BOPOMOFO LETTER P
0x47   0x3107  #   BOPOMOFO LETTER M
0x48   0x3108  #   BOPOMOFO LETTER F
0x49   0x3109  #   BOPOMOFO LETTER D
0x4a   0x310A  #   BOPOMOFO LETTER T
0x4b   0x310B  #   BOPOMOFO LETTER N
0x4c   0x310C  #   BOPOMOFO LETTER L
0x4d   0x310D  #   BOPOMOFO LETTER G
0x4e   0x310E  #   BOPOMOFO LETTER K
0x4f   0x310F  #   BOPOMOFO LETTER H
0x50   0x3110  #   BOPOMOFO LETTER J
0x51   0x3111  #   BOPOMOFO LETTER Q
0x52   0x3112  #   BOPOMOFO LETTER X
0x53   0x3113  #   BOPOMOFO LETTER ZH
0x54   0x3114  #   BOPOMOFO LETTER CH
0x55   0x3115  #   BOPOMOFO LETTER SH
0x56   0x3116  #   BOPOMOFO LETTER R
0x57   0x3117  #   BOPOMOFO LETTER Z
0x58   0x3118  #   BOPOMOFO LETTER C
0x59   0x3119  #   BOPOMOFO LETTER S
0x5a   0x311A  #   BOPOMOFO LETTER A
0x5b   0x311B  #   BOPOMOFO LETTER O
0x5c   0x311C  #   BOPOMOFO LETTER E
0x5d   0x311D  #   BOPOMOFO LETTER EH
0x5e   0x311E  #   BOPOMOFO LETTER AI
0x5f   0x311F  #   BOPOMOFO LETTER EI
0x60   0x3120  #   BOPOMOFO LETTER AU
0x61   0x3121  #   BOPOMOFO LETTER OU
0x62   0x3122  #   BOPOMOFO LETTER AN
0x63   0x3123  #   BOPOMOFO LETTER EN
0x64   0x3124  #   BOPOMOFO LETTER ANG
0x65   0x3125  #   BOPOMOFO LETTER ENG
0x66   0x3126  #   BOPOMOFO LETTER ER
0x67   0x3127  #   BOPOMOFO LETTER I
0x68   0x3128  #   BOPOMOFO LETTER U
0x69   0x3129  #   BOPOMOFO LETTER IU