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

Side by Side 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 unified diff | Download patch
« scripts/trim_data.sh ('K') | « scripts/trim_data.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // ************************************************************************** 1 // **************************************************************************
2 // * Copyright (C) 2004-2013, International Business Machine 2 // * Copyright (C) 2004-2013, International Business Machine
3 // * Corporation; Unicode, Inc.; and others. All Rights Reserved. 3 // * Corporation; Unicode, Inc.; and others. All Rights Reserved.
4 // * 4 // *
5 // *************************************************************************** 5 // ***************************************************************************
6 // This file specifies transliteration rulesets that are to be kept for Chromium 6 // This file specifies transliteration rulesets that are to be kept for Chromium
7 // releases. 7 // releases.
8 // 8 //
9 // Currently no rule sets in use. 9 // Currently no rule sets in use.
10 // Note that RuleBasedTransliteratorIDs block has to be present. Otherwise,
11 // built-in transforms such as NFD/NFC would fail.
10 12
11 root { } 13 root {
14 RuleBasedTransliteratorIDs {
15 }
16 }
OLDNEW
« 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