Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: source/data/mappings/convrtrs.txt

Issue 1162723008: Add U+2212 to Japanese converters and update GBK/gb18030 aliases/tables (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: README.chromium updated Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/in/icudtl.dat ('k') | source/data/mappings/euc-jp-html.ucm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ****************************************************************************** 1 # ******************************************************************************
2 # * 2 # *
3 # * Copyright (C) 1995-2014, International Business Machines 3 # * Copyright (C) 1995-2014, International Business Machines
4 # * Corporation and others. All Rights Reserved. 4 # * Corporation and others. All Rights Reserved.
5 # * 5 # *
6 # ****************************************************************************** 6 # ******************************************************************************
7 7
8 # If this converter alias table looks very confusing, a much easier to 8 # If this converter alias table looks very confusing, a much easier to
9 # understand view can be found at this demo: 9 # understand view can be found at this demo:
10 # http://demo.icu-project.org/icu-bin/convexp 10 # http://demo.icu-project.org/icu-bin/convexp
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 utf-16be { MIME* HTML* } 130 utf-16be { MIME* HTML* }
131 131
132 utf-16le { MIME* HTML* } 132 utf-16le { MIME* HTML* }
133 utf-16 133 utf-16
134 134
135 # Keep UTF-32 entries for now until we sort out Blink's behavior when 135 # Keep UTF-32 entries for now until we sort out Blink's behavior when
136 # UTF-32 is dropped. 136 # UTF-32 is dropped.
137 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA } 137 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA }
138 csUCS4 138 csUCS4
139 ucs-4 139 ucs-4
140 UTF-32BE { IANA* } UTF32_BigEndian 140 # Until we kill UTF-32 in Blink, add MIME tag here.
141 UTF-32LE { IANA* } UTF32_LittleEndian 141 UTF-32BE { MIME* IANA* } UTF32_BigEndian
142 UTF-32LE { MIME* IANA* } UTF32_LittleEndian
142 143
143 ibm866-html 144 ibm866-html
144 IBM866 { MIME* HTML* } 145 IBM866 { MIME* HTML* }
145 866 146 866
146 cp866 147 cp866
147 csibm866 148 csibm866
148 149
149 iso-8859-2-html 150 iso-8859-2-html
150 ISO-8859-2 { MIME* HTML* } 151 ISO-8859-2 { MIME* HTML* }
151 csisolatin2 152 csisolatin2
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 csiso88598e { MIME } 225 csiso88598e { MIME }
225 csisolatinhebrew 226 csisolatinhebrew
226 hebrew 227 hebrew
227 ISO-8859-8-E 228 ISO-8859-8-E
228 ISO-8859-8-I 229 ISO-8859-8-I
229 iso-ir-138 230 iso-ir-138
230 iso8859-8 231 iso8859-8
231 iso88598 232 iso88598
232 iso_8859-8 233 iso_8859-8
233 iso_8859-8:1988 234 iso_8859-8:1988
235 visual
234 # adding this one leads to a failure in encoding-labels.html 236 # adding this one leads to a failure in encoding-labels.html
235 # csiso88598i 237 # csiso88598i
236 238
237 239
238 # This alias has to be dealt with by TextCodecICU unless 240 # This alias has to be dealt with by TextCodecICU unless
239 # multiple encodings can share a single mapping table. 241 # multiple encodings can share a single mapping table.
240 #ISO-8859-8-I { MIME* HTML* } 242 #ISO-8859-8-I { MIME* HTML* }
241 # csiso88598i 243 # csiso88598i
242 # logical 244 # logical
243 245
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 x-mac-cyrillic-html 368 x-mac-cyrillic-html
367 x-mac-cyrillic { MIME* HTML* } 369 x-mac-cyrillic { MIME* HTML* }
368 x-mac-ukrainian 370 x-mac-ukrainian
369 371
370 # Keep GBK and GB18030 separate for now until we decide 372 # Keep GBK and GB18030 separate for now until we decide
371 # what to do about them: crbug.com/339862 373 # what to do about them: crbug.com/339862
372 # The encoding spec requires that decoding to Unicode should use GB18030 374 # The encoding spec requires that decoding to Unicode should use GB18030
373 # while encoding from Unicode should use GBK. 375 # while encoding from Unicode should use GBK.
374 376
375 windows-936-2000 377 windows-936-2000
376 GB2312 { IANA MIME }
377 GBK { MIME* IANA* } 378 GBK { MIME* IANA* }
378 CP936 { IANA } 379 CP936 { IANA }
379 MS936 { IANA } 380 MS936 { IANA }
380 windows-936 { IANA }
381 chinese { IANA } 381 chinese { IANA }
382 iso-ir-58 { IANA } 382 iso-ir-58 { IANA }
383 GB2312 { IANA MIME }
384 GB_2312-80 { IANA }
385 gb_2312
383 gb2312-1980 386 gb2312-1980
387 csGB2312 { IANA }
388 csiso58gb231280
384 EUC-CN 389 EUC-CN
385 csGB2312 { IANA }
386 GB_2312-80 { IANA }
387 x-gbk 390 x-gbk
391 windows-936
388 392
389 # GB 18030 is partly algorithmic, using the MBCS converter 393 # GB 18030 is partly algorithmic, using the MBCS converter
390 gb18030 { IANA* } gb18030 { HTML* MIME* } ibm-1392 windows-54936 394 gb18030 { IANA* } gb18030 { HTML* MIME* } ibm-1392 windows-54936
391 395
392 big5-html 396 big5-html
393 Big5 { MIME* HTML* } 397 Big5 { MIME* HTML* }
394 cn-big5 398 cn-big5
395 csbig5 399 csbig5
396 x-x-big5 400 x-x-big5
397 Big5-HKSCS 401 Big5-HKSCS
(...skipping 28 matching lines...) Expand all
426 ksc_5601 430 ksc_5601
427 windows-949 431 windows-949
428 432
429 # We need to keep these aliases so that documents labelled with them 433 # We need to keep these aliases so that documents labelled with them
430 # are converted to a single U+FFFD instead of being rendered as a gibberish. 434 # are converted to a single U+FFFD instead of being rendered as a gibberish.
431 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } 435 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA }
432 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB 436 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB
433 ISO-2022-CN-EXT { IANA* HTML* } 437 ISO-2022-CN-EXT { IANA* HTML* }
434 HZ-GB-2312 { HTML* IANA* } HZ 438 HZ-GB-2312 { HTML* IANA* } HZ
435 439
OLDNEW
« no previous file with comments | « source/data/in/icudtl.dat ('k') | source/data/mappings/euc-jp-html.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698