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

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

Issue 1514253003: Converter update for Big5, KOI8-U and timezone update to 2015g (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: readme update Created 5 years 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/mappings/big5-html.ucm ('k') | source/data/mappings/koi8-u-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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 275
276 koi8-r-html 276 koi8-r-html
277 KOI8-R { MIME* HTML* } 277 KOI8-R { MIME* HTML* }
278 cskoi8r 278 cskoi8r
279 koi 279 koi
280 koi8 280 koi8
281 koi8_r 281 koi8_r
282 282
283 koi8-u-html 283 koi8-u-html
284 KOI8-U { MIME* HTML* } 284 KOI8-U { MIME* HTML* }
285 koi8-ru
285 286
286 macintosh-html 287 macintosh-html
287 macintosh { MIME* HTML* } 288 macintosh { MIME* HTML* }
288 csmacintosh 289 csmacintosh
289 mac 290 mac
290 x-mac-roman 291 x-mac-roman
291 292
292 windows-874-html 293 windows-874-html
293 windows-874 { MIME* HTML* } 294 windows-874 { MIME* HTML* }
294 dos-874 295 dos-874
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ksc_5601 431 ksc_5601
431 windows-949 432 windows-949
432 433
433 # We need to keep these aliases so that documents labelled with them 434 # We need to keep these aliases so that documents labelled with them
434 # are converted to a single U+FFFD instead of being rendered as a gibberish. 435 # are converted to a single U+FFFD instead of being rendered as a gibberish.
435 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA } 436 ISO-2022-KR { HTML* MIME* } csISO2022KR { IANA }
436 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB 437 ISO-2022-CN { IANA* HTML* } csISO2022CN x-ISO-2022-CN-GB
437 ISO-2022-CN-EXT { IANA* HTML* } 438 ISO-2022-CN-EXT { IANA* HTML* }
438 HZ-GB-2312 { HTML* IANA* } HZ 439 HZ-GB-2312 { HTML* IANA* } HZ
439 440
OLDNEW
« no previous file with comments | « source/data/mappings/big5-html.ucm ('k') | source/data/mappings/koi8-u-html.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698