From d2e960c52dc7f11d899216a946ba6a177b857cdf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 15 Mar 2001 14:50:16 +0000 Subject: [PATCH] (BeOS): Use wildcard syntax. --- lib/config.charset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.charset b/lib/config.charset index 0844094875..d6f369558d 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -272,7 +272,7 @@ case "$os" in ;; beos*) # BeOS has a single locale, and it has UTF-8 encoding. - echo "C UTF-8" + echo "* UTF-8" ;; msdosdjgpp*) # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore -- 2.30.2