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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/translit/az_Upper.txt ('k') | source/data/translit/el_Lower.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/css3transform.txt
===================================================================
--- source/data/translit/css3transform.txt (revision 0)
+++ source/data/translit/css3transform.txt (revision 0)
@@ -0,0 +1,89 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2004-2013, International Business Machines
+// * Corporation; Unicode, Inc.; and others. All Rights Reserved.
+// *
+// ***************************************************************************
+// 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
+// Only include tr, az and el case transform rules for CSS3 support.
+//
+root {
+ RuleBasedTransliteratorIDs {
+ az-Lower {
+ file {
+ resource:process(transliterator) {"tr_Lower.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ az-Title {
+ file {
+ resource:process(transliterator) {"tr_Title.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ az-Upper {
+ file {
+ resource:process(transliterator) {"tr_Upper.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ el-Lower {
+ file {
+ resource:process(transliterator) {"el_Lower.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ el-Title {
+ file {
+ resource:process(transliterator) {"el_Title.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ el-Upper {
+ file {
+ resource:process(transliterator) {"el_Upper.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ tr-Lower {
+ file {
+ resource:process(transliterator) {"tr_Lower.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ tr-Title {
+ file {
+ resource:process(transliterator) {"tr_Title.txt"}
+ direction {"FORWARD"}
+ }
+ }
+
+ tr-Upper {
+ file {
+ resource:process(transliterator) {"tr_Upper.txt"}
+ direction {"FORWARD"}
+ }
+ }
+ }
+ TransliteratorNamePattern {
+ // Format for the display name of a Transliterator.
+ // This is the language-neutral form of this resource.
+ "{0,choice,0#|1#{1}|2#{1}-{2}}" // Display name
+ }
+ // Transliterator display names
+ // This is the English form of this resource.
+ "%Translit%Hex" { "%Translit%Hex" }
+ "%Translit%UnicodeName" { "%Translit%UnicodeName" }
+ "%Translit%UnicodeChar" { "%Translit%UnicodeChar" }
+ TransliterateLATIN{
+ "",
+ ""
+ }
+}
Property changes on: source/data/translit/css3transform.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
Added: svn:mime-type
+ text/plain
« 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