Moved gedcom_set_error_handling to interface.c to make conversion of docs
[gedcom-parse.git] / intl / config.charset
index d6f369558d1d4ff9033e664ef31f242f0d3aee92..308eff802607c45909435234fb9cdf4e27d09f22 100755 (executable)
@@ -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