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

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

Issue 102283003: Update icudt46l.dat and related files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « source/data/translit/az_Upper.txt ('k') | source/data/translit/el_Lower.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
Added: svn:mime-type
+ text/plain
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
Andrew Hayden (chromium.org) 2014/01/15 12:57:35 Where did this file come from? I can't find it in
8 // Only include tr, az and el case transform rules for CSS3 support.
9 //
10 root {
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 {
48 file {
49 resource:process(transliterator) {"el_Upper.txt"}
50 direction {"FORWARD"}
51 }
52 }
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 }
75 TransliteratorNamePattern {
76 // Format for the display name of a Transliterator.
77 // This is the language-neutral form of this resource.
78 "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name
79 }
80 // Transliterator display names
81 // This is the English form of this resource.
82 "%Translit%Hex" { "%Translit%Hex" }
83 "%Translit%UnicodeName" { "%Translit%UnicodeName" }
84 "%Translit%UnicodeChar" { "%Translit%UnicodeChar" }
85 TransliterateLATIN{
86 "",
87 ""
88 }
89 }
OLDNEW
« no previous file with comments | « source/data/translit/az_Upper.txt ('k') | source/data/translit/el_Lower.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698