summaryrefslogtreecommitdiffstats
path: root/intl/config.charset
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-02-11 20:37:01 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:19:44 +0200
commit7074aea3e250be66716c1279c1b4fee9c7962021 (patch)
treee0a9dd11b2b44cea41b0229f134c3f873e7df251 /intl/config.charset
parente34be08952b3f3a29bf8769f13f5118e2811f9c6 (diff)
downloadexternal_gettext-7074aea3e250be66716c1279c1b4fee9c7962021.zip
external_gettext-7074aea3e250be66716c1279c1b4fee9c7962021.tar.gz
external_gettext-7074aea3e250be66716c1279c1b4fee9c7962021.tar.bz2
Add support for NetBSD's nl_langinfo(CODESET) values.
Diffstat (limited to 'intl/config.charset')
-rwxr-xr-xintl/config.charset14
1 files changed, 14 insertions, 0 deletions
diff --git a/intl/config.charset b/intl/config.charset
index b91e059..deee81f 100755
--- a/intl/config.charset
+++ b/intl/config.charset
@@ -272,6 +272,20 @@ case "$os" in
echo "ja_JP.Shift_JIS SHIFT_JIS"
echo "ko_KR.EUC EUC-KR"
;;
+ netbsd*)
+ echo "646 ASCII"
+ echo "ISO8859-1 ISO-8859-1"
+ echo "ISO8859-2 ISO-8859-2"
+ echo "ISO8859-4 ISO-8859-4"
+ echo "ISO8859-5 ISO-8859-5"
+ echo "ISO8859-15 ISO-8859-15"
+ echo "eucCN GB2312"
+ echo "eucJP EUC-JP"
+ echo "eucKR EUC-KR"
+ echo "eucTW EUC-TW"
+ echo "BIG5 BIG5"
+ echo "SJIS SHIFT_JIS"
+ ;;
beos*)
# BeOS has a single locale, and it has UTF-8 encoding.
echo "* UTF-8"