1ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// Copyright (c) 2001-2003 International Business Machines
2ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// Corporation and others. All Rights Reserved.
3ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruroot {
4ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru     errorcodes {
5ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_ZERO_ERROR",
6ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_ILLEGAL_ARGUMENT_ERROR",
7ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_MISSING_RESOURCE_ERROR",
8ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INVALID_FORMAT_ERROR",
9ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_FILE_ACCESS_ERROR",
10ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INTERNAL_PROGRAM_ERROR",
11ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_MESSAGE_PARSE_ERROR",
12ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_MEMORY_ALLOCATION_ERROR",
13ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INDEX_OUTOFBOUNDS_ERROR",
14ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_PARSE_ERROR",
15ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INVALID_CHAR_FOUND",
16ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_TRUNCATED_CHAR_FOUND",
17ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_ILLEGAL_CHAR_FOUND",
18ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INVALID_TABLE_FORMAT",
19ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_INVALID_TABLE_FILE",
20ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_BUFFER_OVERFLOW_ERROR",
21ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_UNSUPPORTED_ERROR",
22ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_RESOURCE_TYPE_MISMATCH",
23ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_ILLEGAL_ESCAPE_SEQUENCE",
24ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     "U_UNSUPPORTED_ESCAPE_SEQUENCE"
25ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru                     }
26ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru      helpTopics {
27ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          udata           { "ROOT udata help topic" }
28ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          resourcebundles { "ROOT resource bundle help topic" }
29ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          collation       { "ROOT collation help topic" }
30ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          breakit         { "ROOT break iterator help topic" }
31ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          translit        { "ROOT transliteration help topic" }
32ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          unicode         { "ROOT unicode help topic" }
33ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          format          { "ROOT format help topic" }
34ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru      }
35ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
36ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru      helpKeywords {
37ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          udata           { "udata" }
38ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          resourcebundles { "resources" }
39ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          collation       { "collation" }
40ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          breakit         { "breakit" }
41ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          translit        { "transliteration" }
42ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          unicode         { "unicode" }
43ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          format          { "format" }
44ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru      }
45ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru}
46ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru      
47ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
48