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

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

Issue 201133002: Add the minimal Tajik locale data and update tz data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « source/data/misc/zoneinfo64.txt ('k') | no next file » | 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) 2004-2013, International Business Machines 3 // * Copyright (C) 2004-2013, International Business Machines
4 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. 4 // * Corporation; Unicode, Inc.; and others. All Rights Reserved.
5 // * 5 // *
6 // *************************************************************************** 6 // ***************************************************************************
7 // File: root.txt 7 // File: root.txt
8 // Only include tr, az and el case transform rules for CSS3 support. 8 // Only include tr, az and el case transform rules for CSS3 support.
9 // 9 //
10 root { 10 root {
11 RuleBasedTransliteratorIDs { 11 RuleBasedTransliteratorIDs {
12 az-Lower {
13 file {
14 resource:process(transliterator) {"tr_Lower.txt"}
15 direction {"FORWARD"}
16 }
17 }
18
19 az-Title {
20 file {
21 resource:process(transliterator) {"tr_Title.txt"}
22 direction {"FORWARD"}
23 }
24 }
25
26 az-Upper {
27 file {
28 resource:process(transliterator) {"tr_Upper.txt"}
29 direction {"FORWARD"}
30 }
31 }
32
33 el-Lower {
34 file {
35 resource:process(transliterator) {"el_Lower.txt"}
36 direction {"FORWARD"}
37 }
38 }
39
40 el-Title {
41 file {
42 resource:process(transliterator) {"el_Title.txt"}
43 direction {"FORWARD"}
44 }
45 }
46
47 el-Upper { 12 el-Upper {
48 file { 13 file {
49 resource:process(transliterator) {"el_Upper.txt"} 14 resource:process(transliterator) {"el_Upper.txt"}
50 direction {"FORWARD"} 15 direction {"FORWARD"}
51 } 16 }
52 } 17 }
53
54 tr-Lower {
55 file {
56 resource:process(transliterator) {"tr_Lower.txt"}
57 direction {"FORWARD"}
58 }
59 }
60
61 tr-Title {
62 file {
63 resource:process(transliterator) {"tr_Title.txt"}
64 direction {"FORWARD"}
65 }
66 }
67
68 tr-Upper {
69 file {
70 resource:process(transliterator) {"tr_Upper.txt"}
71 direction {"FORWARD"}
72 }
73 }
74 } 18 }
75 TransliteratorNamePattern { 19 TransliteratorNamePattern {
76 // Format for the display name of a Transliterator. 20 // Format for the display name of a Transliterator.
77 // This is the language-neutral form of this resource. 21 // This is the language-neutral form of this resource.
78 "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name 22 "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name
79 } 23 }
80 // Transliterator display names 24 // Transliterator display names
81 // This is the English form of this resource. 25 // This is the English form of this resource.
82 "%Translit%Hex" { "%Translit%Hex" } 26 "%Translit%Hex" { "%Translit%Hex" }
83 "%Translit%UnicodeName" { "%Translit%UnicodeName" } 27 "%Translit%UnicodeName" { "%Translit%UnicodeName" }
84 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" } 28 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" }
85 TransliterateLATIN{ 29 TransliterateLATIN{
86 "", 30 "",
87 "" 31 ""
88 } 32 }
89 } 33 }
OLDNEW
« no previous file with comments | « source/data/misc/zoneinfo64.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698