~attente/glib/gbytesicon

« back to all changes in this revision

Viewing changes to glib/libcharset/config.charset

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2012-11-28 14:38:35 UTC
  • mfrom: (172.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20121128143835-at37o4ozls05rkgf
Tags: 2.34.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
        # minimize the use of decomposed Unicode. Unfortunately, through the
468
468
        # Darwin file system, decomposed UTF-8 strings are leaked into user
469
469
        # space nevertheless.
 
470
        #
 
471
        # Even with those limitations, nl_langinfo does work often
 
472
        # enough to be useful. Since setenv works only with locales
 
473
        # provided in /usr/share/locale, the following aliases are the
 
474
        # codesets used there.
 
475
        echo "ARMSCII-8 ARMSCII-8"
 
476
        echo "Big5HKSCS BIG5-HKSCS"
 
477
        echo "Big5 BIG5"
 
478
        echo "CP866 CP866"
 
479
        echo "CP949 CP949"
 
480
        echo "CP1131 CP1131"
 
481
        echo "CP1251 CP1251"
 
482
        echo "eucCN EUC-CN"
 
483
        echo "eucKR EUC-KR"
 
484
        echo "eucJP EUC-JP"
 
485
        echo "eucjp EUC-JP"
 
486
        echo "GB18030 GB18030"
 
487
        echo "GB2312 GB2312"
 
488
        echo "GBK GBK"
 
489
#       echo "ISCII-DEV ISCII_DEV" Not supported by iconv
 
490
        echo "ISO8859-1 ISO-8859-1"
 
491
        echo "ISO8859-2 ISO-8859-2"
 
492
        echo "ISO8859-4 ISO-8859-4"
 
493
        echo "ISO8859-5 ISO-8859-5"
 
494
        echo "ISO8859-7 ISO-8859-7"
 
495
        echo "ISO8859-9 ISO-8859-9"
 
496
        echo "ISO8859-13 ISO-8859-13"
 
497
        echo "ISO8859-15 ISO-8859-15"
 
498
        echo "KOI8-R KOI8-R"
 
499
        echo "KOI8-U KOI8-U"
 
500
        echo "PT154 CP154"
 
501
        echo "SJIS SHIFT_JIS"
470
502
        echo "* UTF-8"
471
503
        ;;
472
504
    beos*)