File: tgn_locdef.h

package info (click to toggle)
glibc 2.41-9
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 300,164 kB
  • sloc: ansic: 1,050,507; asm: 238,242; makefile: 20,378; python: 13,537; sh: 11,812; cpp: 5,197; awk: 1,795; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (24 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (45)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef TGN_LOCDEF_H
#define TGN_LOCDEF_H

/* Defines for all locales used in the suite.  */

/* POSIX C locale.  */
#define TST_LOC_C	"C"

/* German locale with ISO-8859-1.  */
#define TST_LOC_de	"de_DE.ISO-8859-1"

/* For US we use ANSI_X3.4-1968 (ASCII).  */
#define TST_LOC_enUS	"en_US.ANSI_X3.4-1968"

/* Japanese locale with EUC-JP.  */
#define TST_LOC_eucJP	"ja_JP.EUC-JP"

/* German locale with UTF-8.  */
#define TST_LOC_de_UTF8	"de_DE.UTF-8"

/* End marker - must appear in each table as last entry.  */
#define	TST_LOC_end	"lastEntry"

#endif /* TGN_LOCDEF_H */