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

Side by Side Diff: source/data/mappings/euc-jp-html.ucm

Issue 984233002: Update CJK converters and their generating scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: update the icudata dll for Windows Created 5 years, 9 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
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 # * Generated per the algorithm for EUC-JP 6 # * Generated per the algorithm for EUC-JP
7 # * described at http://encoding.spec.whatwg.org/#euc-jp. 7 # * described at http://encoding.spec.whatwg.org/#euc-jp.
8 # * Added the 34 decoding only (EUC-JP to Unicode) entries from euc-jp-2007.uc m 8 # * Added the 34 decoding only (EUC-JP to Unicode) entries from euc-jp-2007.uc m
9 # * for the backward compatibility. 9 # * for the backward compatibility.
10 # * 10 # *
11 # *************************************************************************** 11 # ***************************************************************************
12 <code_set_name> "euc-jp-html" 12 <code_set_name> "euc-jp-html"
13 <char_name_mask> "AXXXX" 13 <char_name_mask> "AXXXX"
14 <mb_cur_max> 3 14 <mb_cur_max> 3
15 <mb_cur_min> 1 15 <mb_cur_min> 1
16 <uconv_class> "MBCS" 16 <uconv_class> "MBCS"
17 <subchar> \xF4\xFE 17 <subchar> \x3F
18 <subchar1> \x1A
19 <icu:charsetFamily> "ASCII" 18 <icu:charsetFamily> "ASCII"
20 19
21 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1 20 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1
22 <icu:state> a1-fe 21 <icu:state> a1-fe
23 <icu:state> a1-e2 22 <icu:state> a1-e2
24 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4 -fe:4 23 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4 -fe:4
25 <icu:state> a1-fe.u 24 <icu:state> a1-fe.u
26 25
27 CHARMAP 26 CHARMAP
28 <U0000> \x00 |0 27 <U0000> \x00 |0
(...skipping 13586 matching lines...) Expand 10 before | Expand all | Expand 10 after
13615 <UFF9E> \x8E\xDE |0 13614 <UFF9E> \x8E\xDE |0
13616 <UFF9F> \x8E\xDF |0 13615 <UFF9F> \x8E\xDF |0
13617 <UFFE0> \xA1\xF1 |0 13616 <UFFE0> \xA1\xF1 |0
13618 <UFFE1> \xA1\xF2 |0 13617 <UFFE1> \xA1\xF2 |0
13619 <UFFE2> \xA2\xCC |0 13618 <UFFE2> \xA2\xCC |0
13620 <UFFE2> \xFC\xFB |3 13619 <UFFE2> \xFC\xFB |3
13621 <UFFE3> \xA1\xB1 |0 13620 <UFFE3> \xA1\xB1 |0
13622 <UFFE4> \xFC\xFC |0 13621 <UFFE4> \xFC\xFC |0
13623 <UFFE5> \xA1\xEF |0 13622 <UFFE5> \xA1\xEF |0
13624 END CHARMAP 13623 END CHARMAP
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698