ICU-199 create icu/data/translit/index.txt

X-SVN-Rev: 566
This commit is contained in:
Alan Liu 2000-01-13 14:28:33 +00:00
parent 169072e0d5
commit 248c17858b
2 changed files with 2 additions and 88 deletions

View File

@ -31,50 +31,7 @@ default {
// BEGIN Transliterator support
//------------------------------------------------------------
// Map transliterator names to resource file names. This
// mapping is required because transliterator names typically
// exceed the limits of 8.3 file names.
// Other places this index table could go are in the file
// data/translit/index.txt (doesn't exist yet), or some other
// dedicated index bundle, if we end up creating such a thing as
// part of the data layout reorganization to DLLs/memory mapped
// files.
RuleBasedTransliteratorIDs {
// This is an n x 3 array of strings that serves as an index
// to the system rule-based transliterator resource bundle
// data files. If RBT files are installed or removed from the
// system this table must be updated. For each of the n rows,
// the first item is the ID of the forward transliterator for
// the rule. The second item is the ID of the reverse
// transliterator for the rule. Some rule files only contain
// forward direction rules; for those, the second item is a
// zero-length string. The third item is the name of the
// resource bundle file, a string of 8 or fewer lowercase
// letters or digits. This file will be sought in the data
// directory within the subdirectory "translit". IDs must
// have the form "From-To" or "SingleName" to work properly
// with the Transliterator code.
// Basic language rules
{ "Latin-Arabic", "Arabic-Latin", "larabic" }
{ "Latin-Devanagari", "Devanagari-Latin", "ldevan" }
{ "Latin-Greek", "Greek-Latin", "lgreek" }
{ "Latin-Hebrew", "Hebrew-Latin", "lhebrew" }
{ "Latin-Russian", "Russian-Latin", "lrussian" }
{ "Latin-Halfwidth", "Halfwidth-Latin", "lhalfwid" }
{ "Latin-Kana", "Kana-Latin", "lkana" }
// Other miscellaneous rules
{ "Expanded-Contracted", "Contracted-Expanded", "expcon" }
{ "StraightQuotes-CurlyQuotes", "CurlyQuotes-StraightQuotes",
"quotes" }
{ "KeyboardEscape-Latin1", "", "kbdescl1" }
{ "UnicodeName-UnicodeChar", "", "ucname" }
}
// (Unlike the above table, this has to be here.)
// See also icu/data/translit/index.txt
TransliteratorNamePattern {
// Format for the display name of a Transliterator.

View File

@ -31,50 +31,7 @@ default {
// BEGIN Transliterator support
//------------------------------------------------------------
// Map transliterator names to resource file names. This
// mapping is required because transliterator names typically
// exceed the limits of 8.3 file names.
// Other places this index table could go are in the file
// data/translit/index.txt (doesn't exist yet), or some other
// dedicated index bundle, if we end up creating such a thing as
// part of the data layout reorganization to DLLs/memory mapped
// files.
RuleBasedTransliteratorIDs {
// This is an n x 3 array of strings that serves as an index
// to the system rule-based transliterator resource bundle
// data files. If RBT files are installed or removed from the
// system this table must be updated. For each of the n rows,
// the first item is the ID of the forward transliterator for
// the rule. The second item is the ID of the reverse
// transliterator for the rule. Some rule files only contain
// forward direction rules; for those, the second item is a
// zero-length string. The third item is the name of the
// resource bundle file, a string of 8 or fewer lowercase
// letters or digits. This file will be sought in the data
// directory within the subdirectory "translit". IDs must
// have the form "From-To" or "SingleName" to work properly
// with the Transliterator code.
// Basic language rules
{ "Latin-Arabic", "Arabic-Latin", "larabic" }
{ "Latin-Devanagari", "Devanagari-Latin", "ldevan" }
{ "Latin-Greek", "Greek-Latin", "lgreek" }
{ "Latin-Hebrew", "Hebrew-Latin", "lhebrew" }
{ "Latin-Russian", "Russian-Latin", "lrussian" }
{ "Latin-Halfwidth", "Halfwidth-Latin", "lhalfwid" }
{ "Latin-Kana", "Kana-Latin", "lkana" }
// Other miscellaneous rules
{ "Expanded-Contracted", "Contracted-Expanded", "expcon" }
{ "StraightQuotes-CurlyQuotes", "CurlyQuotes-StraightQuotes",
"quotes" }
{ "KeyboardEscape-Latin1", "", "kbdescl1" }
{ "UnicodeName-UnicodeChar", "", "ucname" }
}
// (Unlike the above table, this has to be here.)
// See also icu/data/translit/index.txt
TransliteratorNamePattern {
// Format for the display name of a Transliterator.