version 1.1.1.2, 2012/05/29 09:29:42
|
version 1.1.1.2.2.1, 2013/07/22 01:12:30
|
Line 348 case "$os" in
|
Line 348 case "$os" in
|
#echo "sun_eu_greek ?" # what is this? |
#echo "sun_eu_greek ?" # what is this? |
echo "UTF-8 UTF-8" |
echo "UTF-8 UTF-8" |
;; |
;; |
freebsd* | os2*) | freebsd4.[0-5]* | os2*) |
# FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore |
# FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore |
# localcharset.c falls back to using the full locale name |
# localcharset.c falls back to using the full locale name |
# from the environment variables. |
# from the environment variables. |
Line 385 case "$os" in
|
Line 385 case "$os" in
|
echo "ja_JP.Shift_JIS SHIFT_JIS" |
echo "ja_JP.Shift_JIS SHIFT_JIS" |
echo "ko_KR.EUC EUC-KR" |
echo "ko_KR.EUC EUC-KR" |
;; |
;; |
|
freebsd*) |
|
echo "US-ASCII ASCII" |
|
echo "ISO8859-1 ISO-8859-1" |
|
echo "ISO_8859-1 ISO-8859-1" |
|
echo "ISO8859-2 ISO-8859-2" |
|
echo "ISO_8859-2 ISO-8859-2" |
|
echo "ISO8859-4 ISO-8859-4" |
|
echo "ISO_8859-4 ISO-8859-4" |
|
echo "ISO8859-5 ISO-8859-5" |
|
echo "ISO_8859-5 ISO-8859-5" |
|
echo "ISO8859-7 ISO-8859-7" |
|
echo "ISO_8859-7 ISO-8859-7" |
|
echo "ISO8859-9 ISO-8859-9" |
|
echo "ISO_8859-9 ISO-8859-9" |
|
echo "ISO8859-13 ISO-8859-13" |
|
echo "ISO_8859-13 ISO-8859-13" |
|
echo "ISO8859-15 ISO-8859-15" |
|
echo "ISO_8859-15 ISO-8859-15" |
|
echo "eucCN GB2312" |
|
echo "eucJP EUC-JP" |
|
echo "eucKR EUC-KR" |
|
echo "Big5 BIG5" |
|
echo "Big5HKSCS BIG5-HKSCS" |
|
echo "SJIS SHIFT_JIS" |
|
;; |
netbsd*) |
netbsd*) |
echo "646 ASCII" |
echo "646 ASCII" |
echo "ISO8859-1 ISO-8859-1" |
echo "ISO8859-1 ISO-8859-1" |