File: libiconv.texi

package info (click to toggle)
recode 3.6-17
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,764 kB
  • ctags: 2,944
  • sloc: ansic: 89,467; sh: 16,330; python: 1,281; lisp: 1,027; makefile: 393; perl: 335; lex: 171
file content (625 lines) | stat: -rw-r--r-- 15,543 bytes parent folder | download | duplicates (10)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625

@itemize @bullet
@item General character sets
@table @code
@item US-ASCII
@tindex US-ASCII@r{, aliases}
@tindex ASCII
@tindex ISO646-US
@tindex ISO_646.IRV(1991)
@tindex ISO-IR-6
@tindex ANSI_X3.4-1968
@tindex CP367
@tindex IBM367
@tindex US
@tindex csASCII
@tindex ISO646.1991-IRV
@code{ASCII}, @code{ISO646-US}, @code{ISO_646.IRV:1991}, @code{ISO-IR-6}, @code{ANSI_X3.4-1968}, @code{CP367}, @code{IBM367}, @code{US}, @code{csASCII} and @code{ISO646.1991-IRV} are aliases for this charset.
@end table

@item General multi-byte encodings
@table @code
@item UTF-8
@tindex UTF-8@r{, aliases}
@tindex UTF8
@code{UTF8} is an alias for this charset.

@item UCS-2
@tindex UCS-2@r{, aliases}
@tindex ISO-10646-UCS-2
@tindex csUnicode
@code{ISO-10646-UCS-2} and @code{csUnicode} are aliases for this charset.

@item UCS-2BE
@tindex UCS-2BE@r{, aliases}
@tindex UNICODEBIG
@tindex UNICODE-1-1
@tindex csUnicode11
@code{UNICODEBIG}, @code{UNICODE-1-1} and @code{csUnicode11} are aliases for this charset.

@item UCS-2LE
@tindex UCS-2LE@r{, aliases}
@tindex UNICODELITTLE
@code{UNICODELITTLE} is an alias for this charset.

@item UCS-4
@tindex UCS-4@r{, aliases}
@tindex ISO-10646-UCS-4
@tindex csUCS4
@code{ISO-10646-UCS-4} and @code{csUCS4} are aliases for this charset.

@item UCS-4BE
@tindex UCS-4BE

@item UCS-4LE
@tindex UCS-4LE

@item UTF-16
@tindex UTF-16

@item UTF-16BE
@tindex UTF-16BE

@item UTF-16LE
@tindex UTF-16LE

@item UTF-7
@tindex UTF-7@r{, aliases}
@tindex UNICODE-1-1-UTF-7
@tindex csUnicode11UTF7
@code{UNICODE-1-1-UTF-7} and @code{csUnicode11UTF7} are aliases for this charset.

@item UCS-2-INTERNAL
@tindex UCS-2-INTERNAL

@item UCS-2-SWAPPED
@tindex UCS-2-SWAPPED

@item UCS-4-INTERNAL
@tindex UCS-4-INTERNAL

@item UCS-4-SWAPPED
@tindex UCS-4-SWAPPED

@item JAVA
@tindex JAVA
@end table

@item Standard 8-bit encodings
@table @code
@item ISO-8859-1
@tindex ISO-8859-1@r{, aliases}
@tindex ISO_8859-1
@tindex ISO_8859-1(1987)
@tindex ISO-IR-100
@tindex CP819
@tindex IBM819
@tindex LATIN1
@tindex L1
@tindex csISOLatin1
@tindex ISO8859-1
@tindex ISO8859_1
@code{ISO_8859-1}, @code{ISO_8859-1:1987}, @code{ISO-IR-100}, @code{CP819}, @code{IBM819}, @code{LATIN1}, @code{L1}, @code{csISOLatin1}, @code{ISO8859-1} and @code{ISO8859_1} are aliases for this charset.

@item ISO-8859-2
@tindex ISO-8859-2@r{, aliases}
@tindex ISO_8859-2
@tindex ISO_8859-2(1987)
@tindex ISO-IR-101
@tindex LATIN2
@tindex L2
@tindex csISOLatin2
@tindex ISO8859-2
@tindex ISO8859_2
@code{ISO_8859-2}, @code{ISO_8859-2:1987}, @code{ISO-IR-101}, @code{LATIN2}, @code{L2}, @code{csISOLatin2}, @code{ISO8859-2} and @code{ISO8859_2} are aliases for this charset.

@item ISO-8859-3
@tindex ISO-8859-3@r{, aliases}
@tindex ISO_8859-3
@tindex ISO_8859-3(1988)
@tindex ISO-IR-109
@tindex LATIN3
@tindex L3
@tindex csISOLatin3
@tindex ISO8859-3
@tindex ISO8859_3
@code{ISO_8859-3}, @code{ISO_8859-3:1988}, @code{ISO-IR-109}, @code{LATIN3}, @code{L3}, @code{csISOLatin3}, @code{ISO8859-3} and @code{ISO8859_3} are aliases for this charset.

@item ISO-8859-4
@tindex ISO-8859-4@r{, aliases}
@tindex ISO_8859-4
@tindex ISO_8859-4(1988)
@tindex ISO-IR-110
@tindex LATIN4
@tindex L4
@tindex csISOLatin4
@tindex ISO8859-4
@tindex ISO8859_4
@code{ISO_8859-4}, @code{ISO_8859-4:1988}, @code{ISO-IR-110}, @code{LATIN4}, @code{L4}, @code{csISOLatin4}, @code{ISO8859-4} and @code{ISO8859_4} are aliases for this charset.

@item ISO-8859-5
@tindex ISO-8859-5@r{, aliases}
@tindex ISO_8859-5
@tindex ISO_8859-5(1988)
@tindex ISO-IR-144
@tindex CYRILLIC
@tindex csISOLatinCyrillic
@tindex ISO8859-5
@tindex ISO8859_5
@code{ISO_8859-5}, @code{ISO_8859-5:1988}, @code{ISO-IR-144}, @code{CYRILLIC}, @code{csISOLatinCyrillic}, @code{ISO8859-5} and @code{ISO8859_5} are aliases for this charset.

@item ISO-8859-6
@tindex ISO-8859-6@r{, aliases}
@tindex ISO_8859-6
@tindex ISO_8859-6(1987)
@tindex ISO-IR-127
@tindex ECMA-114
@tindex ASMO-708
@tindex ARABIC
@tindex csISOLatinArabic
@tindex ISO8859-6
@tindex ISO8859_6
@code{ISO_8859-6}, @code{ISO_8859-6:1987}, @code{ISO-IR-127}, @code{ECMA-114}, @code{ASMO-708}, @code{ARABIC}, @code{csISOLatinArabic}, @code{ISO8859-6} and @code{ISO8859_6} are aliases for this charset.

@item ISO-8859-7
@tindex ISO-8859-7@r{, aliases}
@tindex ISO_8859-7
@tindex ISO_8859-7(1987)
@tindex ISO-IR-126
@tindex ECMA-118
@tindex ELOT_928
@tindex GREEK8
@tindex GREEK
@tindex csISOLatinGreek
@tindex ISO8859-7
@tindex ISO8859_7
@code{ISO_8859-7}, @code{ISO_8859-7:1987}, @code{ISO-IR-126}, @code{ECMA-118}, @code{ELOT_928}, @code{GREEK8}, @code{GREEK}, @code{csISOLatinGreek}, @code{ISO8859-7} and @code{ISO8859_7} are aliases for this charset.

@item ISO-8859-8
@tindex ISO-8859-8@r{, aliases}
@tindex ISO_8859-8
@tindex ISO_8859-8(1988)
@tindex ISO-IR-138
@tindex HEBREW
@tindex csISOLatinHebrew
@tindex ISO8859-8
@tindex ISO8859_8
@code{ISO_8859-8}, @code{ISO_8859-8:1988}, @code{ISO-IR-138}, @code{HEBREW}, @code{csISOLatinHebrew}, @code{ISO8859-8} and @code{ISO8859_8} are aliases for this charset.

@item ISO-8859-9
@tindex ISO-8859-9@r{, aliases}
@tindex ISO_8859-9
@tindex ISO_8859-9(1989)
@tindex ISO-IR-148
@tindex LATIN5
@tindex L5
@tindex csISOLatin5
@tindex ISO8859-9
@tindex ISO8859_9
@code{ISO_8859-9}, @code{ISO_8859-9:1989}, @code{ISO-IR-148}, @code{LATIN5}, @code{L5}, @code{csISOLatin5}, @code{ISO8859-9} and @code{ISO8859_9} are aliases for this charset.

@item ISO-8859-10
@tindex ISO-8859-10@r{, aliases}
@tindex ISO_8859-10
@tindex ISO_8859-10(1992)
@tindex ISO-IR-157
@tindex LATIN6
@tindex L6
@tindex csISOLatin6
@tindex ISO8859-10
@code{ISO_8859-10}, @code{ISO_8859-10:1992}, @code{ISO-IR-157}, @code{LATIN6}, @code{L6}, @code{csISOLatin6} and @code{ISO8859-10} are aliases for this charset.

@item ISO-8859-13
@tindex ISO-8859-13@r{, aliases}
@tindex ISO_8859-13
@tindex ISO-IR-179
@tindex LATIN7
@tindex L7
@code{ISO_8859-13}, @code{ISO-IR-179}, @code{LATIN7} and @code{L7} are aliases for this charset.

@item ISO-8859-14
@tindex ISO-8859-14@r{, aliases}
@tindex ISO_8859-14
@tindex ISO_8859-14(1998)
@tindex ISO-IR-199
@tindex LATIN8
@tindex L8
@code{ISO_8859-14}, @code{ISO_8859-14:1998}, @code{ISO-IR-199}, @code{LATIN8} and @code{L8} are aliases for this charset.

@item ISO-8859-15
@tindex ISO-8859-15@r{, aliases}
@tindex ISO_8859-15
@tindex ISO_8859-15(1998)
@tindex ISO-IR-203
@code{ISO_8859-15}, @code{ISO_8859-15:1998} and @code{ISO-IR-203} are aliases for this charset.

@item ISO-8859-16
@tindex ISO-8859-16@r{, aliases}
@tindex ISO_8859-16
@tindex ISO_8859-16(2000)
@tindex ISO-IR-226
@code{ISO_8859-16}, @code{ISO_8859-16:2000} and @code{ISO-IR-226} are aliases for this charset.

@item KOI8-R
@tindex KOI8-R@r{, aliases}
@tindex csKOI8R
@code{csKOI8R} is an alias for this charset.

@item KOI8-U
@tindex KOI8-U

@item KOI8-RU
@tindex KOI8-RU
@end table

@item Windows 8-bit encodings
@table @code
@item CP1250
@tindex CP1250@r{, aliases}
@tindex WINDOWS-1250
@tindex MS-EE
@code{WINDOWS-1250} and @code{MS-EE} are aliases for this charset.

@item CP1251
@tindex CP1251@r{, aliases}
@tindex WINDOWS-1251
@tindex MS-CYRL
@code{WINDOWS-1251} and @code{MS-CYRL} are aliases for this charset.

@item CP1252
@tindex CP1252@r{, aliases}
@tindex WINDOWS-1252
@tindex MS-ANSI
@code{WINDOWS-1252} and @code{MS-ANSI} are aliases for this charset.

@item CP1253
@tindex CP1253@r{, aliases}
@tindex WINDOWS-1253
@tindex MS-GREEK
@code{WINDOWS-1253} and @code{MS-GREEK} are aliases for this charset.

@item CP1254
@tindex CP1254@r{, aliases}
@tindex WINDOWS-1254
@tindex MS-TURK
@code{WINDOWS-1254} and @code{MS-TURK} are aliases for this charset.

@item CP1255
@tindex CP1255@r{, aliases}
@tindex WINDOWS-1255
@tindex MS-HEBR
@code{WINDOWS-1255} and @code{MS-HEBR} are aliases for this charset.

@item CP1256
@tindex CP1256@r{, aliases}
@tindex WINDOWS-1256
@tindex MS-ARAB
@code{WINDOWS-1256} and @code{MS-ARAB} are aliases for this charset.

@item CP1257
@tindex CP1257@r{, aliases}
@tindex WINDOWS-1257
@tindex WINBALTRIM
@code{WINDOWS-1257} and @code{WINBALTRIM} are aliases for this charset.

@item CP1258
@tindex CP1258@r{, aliases}
@tindex WINDOWS-1258
@code{WINDOWS-1258} is an alias for this charset.
@end table

@item DOS 8-bit encodings
@table @code
@item CP850
@tindex CP850@r{, aliases}
@tindex IBM850
@tindex 850
@tindex csPC850Multilingual
@code{IBM850}, @code{850} and @code{csPC850Multilingual} are aliases for this charset.

@item CP866
@tindex CP866@r{, aliases}
@tindex IBM866
@tindex 866
@tindex csIBM866
@code{IBM866}, @code{866} and @code{csIBM866} are aliases for this charset.
@end table

@item Macintosh 8-bit encodings
@table @code
@item MacRoman
@tindex MacRoman@r{, aliases}
@tindex Macintosh
@tindex MAC
@tindex csMacintosh
@code{Macintosh}, @code{MAC} and @code{csMacintosh} are aliases for this charset.

@item MacCentralEurope
@tindex MacCentralEurope

@item MacIceland
@tindex MacIceland

@item MacCroatian
@tindex MacCroatian

@item MacRomania
@tindex MacRomania

@item MacCyrillic
@tindex MacCyrillic

@item MacUkraine
@tindex MacUkraine

@item MacGreek
@tindex MacGreek

@item MacTurkish
@tindex MacTurkish

@item MacHebrew
@tindex MacHebrew

@item MacArabic
@tindex MacArabic

@item MacThai
@tindex MacThai
@end table

@item Other platform specific 8-bit encodings
@table @code
@item HP-ROMAN8
@tindex HP-ROMAN8@r{, aliases}
@tindex ROMAN8
@tindex R8
@tindex csHPRoman8
@code{ROMAN8}, @code{R8} and @code{csHPRoman8} are aliases for this charset.

@item NEXTSTEP
@tindex NEXTSTEP
@end table

@item Regional 8-bit encodings used for a single language
@table @code
@item ARMSCII-8
@tindex ARMSCII-8

@item Georgian-Academy
@tindex Georgian-Academy

@item Georgian-PS
@tindex Georgian-PS

@item MuleLao-1
@tindex MuleLao-1

@item CP1133
@tindex CP1133@r{, aliases}
@tindex IBM-CP1133
@code{IBM-CP1133} is an alias for this charset.

@item TIS-620
@tindex TIS-620@r{, aliases}
@tindex TIS620
@tindex TIS620-0
@tindex TIS620.2529-1
@tindex TIS620.2533-0
@tindex TIS620.2533-1
@tindex ISO-IR-166
@code{TIS620}, @code{TIS620-0}, @code{TIS620.2529-1}, @code{TIS620.2533-0}, @code{TIS620.2533-1} and @code{ISO-IR-166} are aliases for this charset.

@item CP874
@tindex CP874@r{, aliases}
@tindex WINDOWS-874
@code{WINDOWS-874} is an alias for this charset.

@item VISCII
@tindex VISCII@r{, aliases}
@tindex VISCII1.1-1
@tindex csVISCII
@code{VISCII1.1-1} and @code{csVISCII} are aliases for this charset.

@item TCVN
@tindex TCVN@r{, aliases}
@tindex TCVN-5712
@tindex TCVN5712-1
@tindex TCVN5712-1(1993)
@code{TCVN-5712}, @code{TCVN5712-1} and @code{TCVN5712-1:1993} are aliases for this charset.
@end table

@item CJK character sets (not documented)
@table @code
@item JIS_C6220-1969-RO
@tindex JIS_C6220-1969-RO@r{, aliases}
@tindex ISO646-JP
@tindex ISO-IR-14
@tindex JP
@tindex csISO14JISC6220ro
@code{ISO646-JP}, @code{ISO-IR-14}, @code{JP} and @code{csISO14JISC6220ro} are aliases for this charset.

@item JIS_X0201
@tindex JIS_X0201@r{, aliases}
@tindex JISX0201-1976
@tindex X0201
@tindex csHalfWidthKatakana
@tindex JISX0201.1976-0
@tindex JIS0201
@code{JISX0201-1976}, @code{X0201}, @code{csHalfWidthKatakana}, @code{JISX0201.1976-0} and @code{JIS0201} are aliases for this charset.

@item JIS_X0208
@tindex JIS_X0208@r{, aliases}
@tindex JIS_X0208-1983
@tindex JIS_X0208-1990
@tindex JIS0208
@tindex X0208
@tindex ISO-IR-87
@tindex csISO87JISX0208
@tindex JISX0208.1983-0
@tindex JISX0208.1990-0
@tindex JIS0208
@code{JIS_X0208-1983}, @code{JIS_X0208-1990}, @code{JIS0208}, @code{X0208}, @code{ISO-IR-87}, @code{csISO87JISX0208}, @code{JISX0208.1983-0}, @code{JISX0208.1990-0} and @code{JIS0208} are aliases for this charset.

@item JIS_X0212
@tindex JIS_X0212@r{, aliases}
@tindex JIS_X0212.1990-0
@tindex JIS_X0212-1990
@tindex X0212
@tindex ISO-IR-159
@tindex csISO159JISX02121990
@tindex JISX0212.1990-0
@tindex JIS0212
@code{JIS_X0212.1990-0}, @code{JIS_X0212-1990}, @code{X0212}, @code{ISO-IR-159}, @code{csISO159JISX02121990}, @code{JISX0212.1990-0} and @code{JIS0212} are aliases for this charset.

@item GB_1988-80
@tindex GB_1988-80@r{, aliases}
@tindex ISO646-CN
@tindex ISO-IR-57
@tindex CN
@tindex csISO57GB1988
@code{ISO646-CN}, @code{ISO-IR-57}, @code{CN} and @code{csISO57GB1988} are aliases for this charset.

@item GB_2312-80
@tindex GB_2312-80@r{, aliases}
@tindex ISO-IR-58
@tindex csISO58GB231280
@tindex CHINESE
@tindex GB2312.1980-0
@code{ISO-IR-58}, @code{csISO58GB231280}, @code{CHINESE} and @code{GB2312.1980-0} are aliases for this charset.

@item ISO-IR-165
@tindex ISO-IR-165@r{, aliases}
@tindex CN-GB-ISOIR165
@code{CN-GB-ISOIR165} is an alias for this charset.

@item KSC_5601
@tindex KSC_5601@r{, aliases}
@tindex KS_C_5601-1987
@tindex KS_C_5601-1989
@tindex ISO-IR-149
@tindex csKSC56011987
@tindex KOREAN
@tindex KSC5601.1987-0
@tindex KSX1001(1992)
@code{KS_C_5601-1987}, @code{KS_C_5601-1989}, @code{ISO-IR-149}, @code{csKSC56011987}, @code{KOREAN}, @code{KSC5601.1987-0} and @code{KSX1001:1992} are aliases for this charset.
@end table

@item CJK encodings
@table @code
@item EUC-JP
@tindex EUC-JP@r{, aliases}
@tindex EUCJP
@tindex Extended_UNIX_Code_Packed_Format_for_Japanese
@tindex csEUCPkdFmtJapanese
@tindex EUC_JP
@code{EUCJP}, @code{Extended_UNIX_Code_Packed_Format_for_Japanese}, @code{csEUCPkdFmtJapanese} and @code{EUC_JP} are aliases for this charset.

@item SJIS
@tindex SJIS@r{, aliases}
@tindex SHIFT_JIS
@tindex SHIFT-JIS
@tindex MS_KANJI
@tindex csShiftJIS
@code{SHIFT_JIS}, @code{SHIFT-JIS}, @code{MS_KANJI} and @code{csShiftJIS} are aliases for this charset.

@item CP932
@tindex CP932

@item ISO-2022-JP
@tindex ISO-2022-JP@r{, aliases}
@tindex csISO2022JP
@tindex ISO2022JP
@code{csISO2022JP} and @code{ISO2022JP} are aliases for this charset.

@item ISO-2022-JP-1
@tindex ISO-2022-JP-1

@item ISO-2022-JP-2
@tindex ISO-2022-JP-2@r{, aliases}
@tindex csISO2022JP2
@code{csISO2022JP2} is an alias for this charset.

@item EUC-CN
@tindex EUC-CN@r{, aliases}
@tindex EUCCN
@tindex GB2312
@tindex CN-GB
@tindex csGB2312
@tindex EUC_CN
@code{EUCCN}, @code{GB2312}, @code{CN-GB}, @code{csGB2312} and @code{EUC_CN} are aliases for this charset.

@item GBK
@tindex GBK@r{, aliases}
@tindex CP936
@code{CP936} is an alias for this charset.

@item GB18030
@tindex GB18030

@item ISO-2022-CN
@tindex ISO-2022-CN@r{, aliases}
@tindex csISO2022CN
@tindex ISO2022CN
@code{csISO2022CN} and @code{ISO2022CN} are aliases for this charset.

@item ISO-2022-CN-EXT
@tindex ISO-2022-CN-EXT

@item HZ
@tindex HZ@r{, aliases}
@tindex HZ-GB-2312
@code{HZ-GB-2312} is an alias for this charset.

@item EUC-TW
@tindex EUC-TW@r{, aliases}
@tindex EUCTW
@tindex csEUCTW
@tindex EUC_TW
@code{EUCTW}, @code{csEUCTW} and @code{EUC_TW} are aliases for this charset.

@item BIG5
@tindex BIG5@r{, aliases}
@tindex BIG-5
@tindex BIG-FIVE
@tindex BIGFIVE
@tindex CN-BIG5
@tindex csBig5
@code{BIG-5}, @code{BIG-FIVE}, @code{BIGFIVE}, @code{CN-BIG5} and @code{csBig5} are aliases for this charset.

@item CP950
@tindex CP950

@item BIG5HKSCS
@tindex BIG5HKSCS

@item EUC-KR
@tindex EUC-KR@r{, aliases}
@tindex EUCKR
@tindex csEUCKR
@tindex EUC_KR
@code{EUCKR}, @code{csEUCKR} and @code{EUC_KR} are aliases for this charset.

@item CP949
@tindex CP949@r{, aliases}
@tindex UHC
@code{UHC} is an alias for this charset.

@item JOHAB
@tindex JOHAB@r{, aliases}
@tindex CP1361
@code{CP1361} is an alias for this charset.

@item ISO-2022-KR
@tindex ISO-2022-KR@r{, aliases}
@tindex csISO2022KR
@tindex ISO2022KR
@code{csISO2022KR} and @code{ISO2022KR} are aliases for this charset.

@item CHAR
@tindex CHAR

@item WCHAR_T
@tindex WCHAR_T
@end table
@end itemize