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

Unified Diff: source/data/translit/root_subset.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/translit/css3transform.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/translit/root_subset.txt
diff --git a/source/data/translit/root_subset.txt b/source/data/translit/root_subset.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b27191cffd42b712645deb39cd76dc1e16d5c5aa
--- /dev/null
+++ b/source/data/translit/root_subset.txt
@@ -0,0 +1,27 @@
+// **************************************************************************
+// * Copyright (C) 2004-2013, International Business Machine
+// * Corporation; Unicode, Inc.; and others. All Rights Reserved.
+// *
+// ***************************************************************************
+// File: root.txt
+// Only include:
+// For Chinese script detection:
+// Chinese Simplified-Traditional and Traditional-Simplified transform
+// rules, and their aliases Hans-Hant and Hant-Hans, respectively.
+
+root {
+ RuleBasedTransliteratorIDs {
+ Hans-Hant {
+ file {
+ resource:process(transliterator) {"Hans_Hant.txt"}
+ direction {"FORWARD"}
+ }
+ }
+ Hant-Hans {
+ file {
+ resource:process(transliterator) {"Hans_Hant.txt"}
+ direction {"REVERSE"}
+ }
+ }
+ }
+}
« no previous file with comments | « source/data/translit/css3transform.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698