diff options
author | hobbs <hobbs> | 2001-10-04 20:23:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-04 20:23:40 (GMT) |
commit | 025509dc5eada37e29ca3211508c19448f3f3fa6 (patch) | |
tree | 9a04d3bea5a349da76931caf5a44bba327c7f54b /tools/encoding/cp1254.txt | |
parent | a50e0e7d7635a3d06cea406824f322bea74f4905 (diff) | |
download | tcl-025509dc5eada37e29ca3211508c19448f3f3fa6.zip tcl-025509dc5eada37e29ca3211508c19448f3f3fa6.tar.gz tcl-025509dc5eada37e29ca3211508c19448f3f3fa6.tar.bz2 |
Updated encodings with latest mappings from www.unicode.org. This
did not include some Mac encodings that have special multi-unichar
translations now (like symbols, dingbats and japanese). Also does
not include big5, gb or euc* as those have different formats in
the latest Unicode version that need new conversion tools. Not
all related .enc files changed as some had been updates separately.
Diffstat (limited to 'tools/encoding/cp1254.txt')
-rw-r--r-- | tools/encoding/cp1254.txt | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/tools/encoding/cp1254.txt b/tools/encoding/cp1254.txt index f9c6147..ca1a1eb 100644 --- a/tools/encoding/cp1254.txt +++ b/tools/encoding/cp1254.txt @@ -1,19 +1,20 @@ # -# Name: cp1254_WinTurkish to Unicode table +# Name: cp1254 to Unicode table # Unicode version: 2.0 -# Table version: 2.00 +# Table version: 2.01 # Table format: Format A -# Date: 04/24/96 -# Authors: Lori Brownell <loribr@microsoft.com> -# K.D. Chang <a-kchang@microsoft.com> +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# # General notes: none # # Format: Three tab-separated columns -# Column #1 is the cp1254_WinTurkish code (in hex) +# Column #1 is the cp1254 code (in hex) # Column #2 is the Unicode (in hex as 0xXXXX) # Column #3 is the Unicode name (follows a comment sign, '#') # -# The entries are in cp1254_WinTurkish order +# The entries are in cp1254 order # 0x00 0x0000 #NULL 0x01 0x0001 #START OF HEADING @@ -143,8 +144,8 @@ 0x7D 0x007D #RIGHT CURLY BRACKET 0x7E 0x007E #TILDE 0x7F 0x007F #DELETE -0x80 #UNDEFINED -0x81 #UNDEFINED +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED 0x82 0x201A #SINGLE LOW-9 QUOTATION MARK 0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK 0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK @@ -156,10 +157,10 @@ 0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON 0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK 0x8C 0x0152 #LATIN CAPITAL LIGATURE OE -0x8D #UNDEFINED -0x8E #UNDEFINED -0x8F #UNDEFINED -0x90 #UNDEFINED +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED 0x91 0x2018 #LEFT SINGLE QUOTATION MARK 0x92 0x2019 #RIGHT SINGLE QUOTATION MARK 0x93 0x201C #LEFT DOUBLE QUOTATION MARK @@ -172,8 +173,8 @@ 0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON 0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK 0x9C 0x0153 #LATIN SMALL LIGATURE OE -0x9D #UNDEFINED -0x9E #UNDEFINED +0x9D #UNDEFINED +0x9E #UNDEFINED 0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS 0xA0 0x00A0 #NO-BREAK SPACE 0xA1 0x00A1 #INVERTED EXCLAMATION MARK @@ -213,7 +214,7 @@ 0xC3 0x00C3 #LATIN CAPITAL LETTER A WITH TILDE 0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS 0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE -0xC6 0x00C6 #LATIN CAPITAL LIGATURE AE +0xC6 0x00C6 #LATIN CAPITAL LETTER AE 0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA 0xC8 0x00C8 #LATIN CAPITAL LETTER E WITH GRAVE 0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE @@ -245,7 +246,7 @@ 0xE3 0x00E3 #LATIN SMALL LETTER A WITH TILDE 0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS 0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE -0xE6 0x00E6 #LATIN SMALL LIGATURE AE +0xE6 0x00E6 #LATIN SMALL LETTER AE 0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA 0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE 0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE @@ -271,5 +272,3 @@ 0xFD 0x0131 #LATIN SMALL LETTER DOTLESS I 0xFE 0x015F #LATIN SMALL LETTER S WITH CEDILLA 0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS - -
\ No newline at end of file |