4 /* Defines for all locales used in the suite. */
9 /* German locale with ISO-8859-1. */
10 #define TST_LOC_de "de_DE.ISO-8859-1"
12 /* For US we use ANSI_X3.4-1968 (ASCII). */
13 #define TST_LOC_enUS "en_US.ANSI_X3.4-1968"
15 /* Japanese locale with EUC-JP. */
16 #define TST_LOC_eucJP "ja_JP.EUC-JP"
18 /* German locale with UTF-8. */
19 #define TST_LOC_de_UTF8 "de_DE.UTF-8"
21 /* End marker - must appear in each table as last entry. */
22 #define TST_LOC_end "lastEntry"
24 #endif /* TGN_LOCDEF_H */