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

Side by Side Diff: source/data/translit/css3transform.txt

Issue 2652023002: Adds Hans-Hant transliterators and drops el-Upper from ICU data (Closed)
Patch Set: Merge remote-tracking branch 'refs/remotes/origin/master' into zh_data_icu Created 3 years, 10 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 | « scripts/make_data.sh ('k') | source/data/translit/root_subset.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2004-2013, International Business Machines
4 // * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 // *
6 // ***************************************************************************
7 // File: root.txt
8 // Only include tr, az and el case transform rules for CSS3 support.
9 //
10 root {
11 RuleBasedTransliteratorIDs {
12 el-Upper {
13 file {
14 resource:process(transliterator) {"el_Upper.txt"}
15 direction {"FORWARD"}
16 }
17 }
18 }
19 TransliteratorNamePattern {
20 // Format for the display name of a Transliterator.
21 // This is the language-neutral form of this resource.
22 "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name
23 }
24 // Transliterator display names
25 // This is the English form of this resource.
26 "%Translit%Hex" { "%Translit%Hex" }
27 "%Translit%UnicodeName" { "%Translit%UnicodeName" }
28 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" }
29 TransliterateLATIN{
30 "",
31 ""
32 }
33 }
OLDNEW
« no previous file with comments | « scripts/make_data.sh ('k') | source/data/translit/root_subset.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698