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

Side by Side Diff: source/data/mappings/iso-8859-14-html.ucm

Issue 839713003: ICU update to 54 step 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: fix big5 mapping Created 5 years, 11 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/mappings/iso-8859-13-html.ucm ('k') | source/data/mappings/iso-8859-15-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 #» Name: ISO/IEC 8859-14:1998 to Unicode 2 # *
3 #» Unicode version: 3.0 3 # * Generated from index-iso-8859-14.txt (
4 #» Table version: 1.0 4 # * https://encoding.spec.whatwg.org/index-iso-8859-14.txt )
5 #» Table format: Format A 5 # * following the algorithm for the single byte legacy encoding
6 #» Date: 1999 July 27 6 # * described at http://encoding.spec.whatwg.org/#single-byte-decoder
7 #» Authors: Markus Kuhn <mkuhn@acm.org> 7 # *
8 #» » » Ken Whistler <kenw@sybase.com> 8 # ***************************************************************************
9 # 9 <code_set_name> "iso-8859-14-html"
10 #» Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. 10 <char_name_mask> "AXXXX"
11 # Copyright (C) 2002-2005, International Business Machines
12 # Corporation and others. All Rights Reserved.
13 #
14 #» This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
15 #» No claims are made as to fitness for any particular purpose. No
16 #» warranties of any kind are expressed or implied. The recipient
17 #» agrees to determine applicability of information provided. If this
18 #» file has been provided on optical media by Unicode, Inc., the sole
19 #» remedy for any claim will be exchange of defective media within 90
20 #» days of receipt.
21 #
22 #» Unicode, Inc. hereby grants the right to freely use the information
23 #» supplied in this file in the creation of products supporting the
24 #» Unicode Standard, and to make copies of this file in any form for
25 #» internal or external distribution as long as this notice remains
26 #» attached.
27 #
28 #» General notes:
29 #
30 #» This table contains the data the Unicode Consortium has on how
31 # ISO/IEC 8859-14:1998 characters map into Unicode.
32 #
33 #» Format: The ICU UCM format
34 #
35 #» Updated versions of this file may be found in:
36 #» » <ftp://ftp.unicode.org/Public/MAPPINGS/>
37 #
38 #» Any comments or problems, contact <errata@unicode.org>
39 #» Please note that <errata@unicode.org> is an archival address;
40 #» notices will be checked, but do not expect an immediate response.
41 #
42 <code_set_name> "iso-8859_14-1998"
43 <mb_cur_max> 1 11 <mb_cur_max> 1
44 <mb_cur_min> 1 12 <mb_cur_min> 1
45 <uconv_class> "SBCS" 13 <uconv_class> "SBCS"
46 <subchar> \x1A 14 <subchar> \x3F
15 <icu:charsetFamily> "ASCII"
16
47 CHARMAP 17 CHARMAP
48 <U0000> \x00 |0 18 <U0000> \x00 |0
49 <U0001> \x01 |0 19 <U0001> \x01 |0
50 <U0002> \x02 |0 20 <U0002> \x02 |0
51 <U0003> \x03 |0 21 <U0003> \x03 |0
52 <U0004> \x04 |0 22 <U0004> \x04 |0
53 <U0005> \x05 |0 23 <U0005> \x05 |0
54 <U0006> \x06 |0 24 <U0006> \x06 |0
55 <U0007> \x07 |0 25 <U0007> \x07 |0
56 <U0008> \x08 |0 26 <U0008> \x08 |0
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 <U1E6B> \xF7 |0 265 <U1E6B> \xF7 |0
296 <U1E80> \xA8 |0 266 <U1E80> \xA8 |0
297 <U1E81> \xB8 |0 267 <U1E81> \xB8 |0
298 <U1E82> \xAA |0 268 <U1E82> \xAA |0
299 <U1E83> \xBA |0 269 <U1E83> \xBA |0
300 <U1E84> \xBD |0 270 <U1E84> \xBD |0
301 <U1E85> \xBE |0 271 <U1E85> \xBE |0
302 <U1EF2> \xAC |0 272 <U1EF2> \xAC |0
303 <U1EF3> \xBC |0 273 <U1EF3> \xBC |0
304 END CHARMAP 274 END CHARMAP
OLDNEW
« no previous file with comments | « source/data/mappings/iso-8859-13-html.ucm ('k') | source/data/mappings/iso-8859-15-html.ucm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698