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

Unified Diff: source/data/translit/root_subset.txt

Issue 2750943005: Update root_subset.txt (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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
index b27191cffd42b712645deb39cd76dc1e16d5c5aa..9dd51ab78db14261b30f5aa2544d5f8850a2e0e2 100644
--- a/source/data/translit/root_subset.txt
+++ b/source/data/translit/root_subset.txt
@@ -3,25 +3,9 @@
// * 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.
+// This file specifies transliteration rulesets that are to be kept for Chromium
+// releases.
+//
+// Currently no rule sets in use.
-root {
- RuleBasedTransliteratorIDs {
- Hans-Hant {
- file {
- resource:process(transliterator) {"Hans_Hant.txt"}
- direction {"FORWARD"}
- }
- }
- Hant-Hans {
- file {
- resource:process(transliterator) {"Hans_Hant.txt"}
- direction {"REVERSE"}
- }
- }
- }
-}
+root { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698