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

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

Issue 2812943003: Update trim_data to deal with locale fallback failure for unit (Closed)
Patch Set: Created 3 years, 8 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
« scripts/trim_data.sh ('K') | « scripts/trim_data.sh ('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
index 9dd51ab78db14261b30f5aa2544d5f8850a2e0e2..2f5c4baec34c5e9ce45016c421d6f781fa5c42c1 100644
--- a/source/data/translit/root_subset.txt
+++ b/source/data/translit/root_subset.txt
@@ -7,5 +7,10 @@
// releases.
//
// Currently no rule sets in use.
+// Note that RuleBasedTransliteratorIDs block has to be present. Otherwise,
+// built-in transforms such as NFD/NFC would fail.
-root { }
+root {
+ RuleBasedTransliteratorIDs {
+ }
+}
« scripts/trim_data.sh ('K') | « scripts/trim_data.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698