Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9e00ac82e6b6254488080b716aa264b46c9341cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
! the number of codeset names
totalnumber=24

! Only translate the xx.label strings.  Do not translate the xx.iana or xx.java strings.

codeset.0.label=ISO 10646/Unicode(UTF-8)
codeset.0.iana=UTF-8

codeset.1.label=ISO 10646/Unicode(UTF-16) Big Endian
codeset.1.iana=UTF-16

codeset.2.label=ISO 10646/Unicode(UTF-16BE) Big Endian
codeset.2.iana=UTF-16BE

codeset.3.label=ISO 10646/Unicode(UTF-16LE) Little Endian
codeset.3.iana=UTF-16LE

codeset.4.label=US ASCII
codeset.4.iana=US-ASCII

codeset.5.label=ISO Latin-1
codeset.5.iana=ISO-8859-1

! (Slavic: Czech, Croat, German, Hungarian, Polish, Romanian, Slovak, Slovenian)
codeset.6.label=Central/East European (Slavic) 
codeset.6.iana=ISO-8859-2

! (Esperanto, Galician, Maltese, Turkish)
codeset.7.label=Southern European
codeset.7.iana=ISO-8859-3

codeset.8.label=Arabic, Logical
codeset.8.iana=ISO-8859-6

codeset.9.label=Arabic
codeset.9.iana=windows-1256

codeset.10.label=Chinese, National Standard
codeset.10.iana=GB18030

codeset.11.label=Traditional Chinese, Big5
codeset.11.iana=BIG5

! (Estonian, Latvian, Lithuanian)
codeset.12.label=Cyrillic, ISO-8859-4
codeset.12.iana=ISO-8859-4

! (Bulgarian, Byelorussian, Macedonian, Serbian, Ukrainian)
codeset.13.label=Cyrillic, ISO-8859-5
codeset.13.iana=ISO-8859-5

codeset.14.label=Greek
codeset.14.iana=ISO-8859-7

codeset.15.label=Hebrew, Visual
codeset.15.iana=ISO-8859-8

! label=Hebrew, Logical
! iana=ISO-8859-8-I

codeset.16.label=Hebrew
codeset.16.iana=windows-1255

codeset.17.label=Japanese, EUC-JP
codeset.17.iana=EUC-JP

codeset.18.label=Japanese, ISO 2022
codeset.18.iana=ISO-2022-JP

codeset.19.label=Japanese, Shift-JIS
codeset.19.iana=Shift_JIS

codeset.20.label=Korean, EUC-KR
codeset.20.iana=EUC-KR

codeset.21.label=Korean, ISO 2022
codeset.21.iana=ISO-2022-KR

codeset.22.label=Thai, TISI
codeset.22.iana=TIS-620

codeset.23.label=Turkish
codeset.23.iana=ISO-8859-9

Back to the top