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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | 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 // File: root.txt 6 // This file specifies transliteration rulesets that are to be kept for Chromium
7 // Only include: 7 // releases.
8 // For Chinese script detection: 8 //
9 // Chinese Simplified-Traditional and Traditional-Simplified transform 9 // Currently no rule sets in use.
10 // rules, and their aliases Hans-Hant and Hant-Hans, respectively.
11 10
12 root { 11 root { }
13 RuleBasedTransliteratorIDs {
14 Hans-Hant {
15 file {
16 resource:process(transliterator) {"Hans_Hant.txt"}
17 direction {"FORWARD"}
18 }
19 }
20 Hant-Hans {
21 file {
22 resource:process(transliterator) {"Hans_Hant.txt"}
23 direction {"REVERSE"}
24 }
25 }
26 }
27 }
OLDNEW
« 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