X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=intl%2Fconfig.charset;h=308eff802607c45909435234fb9cdf4e27d09f22;hb=156c27bb04852eb8189994325d5f69691c1b869a;hp=d6f369558d1d4ff9033e664ef31f242f0d3aee92;hpb=7496e03686af078c207382bed94e2a2d1c350da7;p=gedcom-parse.git diff --git a/intl/config.charset b/intl/config.charset index d6f3695..308eff8 100755 --- a/intl/config.charset +++ b/intl/config.charset @@ -235,10 +235,13 @@ case "$os" in #echo "sun_eu_greek ?" # what is this? echo "UTF-8 UTF-8" ;; - freebsd*) + freebsd* | os2* | darwin*) # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. + # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just + # reuse FreeBSD's locale data for OS/2. + # Likewise for darwin (MacOS X), which is derived from FreeBSD. echo "C ASCII" echo "US-ASCII ASCII" for l in la_LN lt_LN; do