# HG changeset patch # User Jim Meyering # Date 984667816 0 # Node ID 2ac2d13235d87e753505767be8969b4c0a28ff18 # Parent 5416525015e59cffa0d7a4b1ea4c6b4967d9b424 (BeOS): Use wildcard syntax. diff --git a/lib/config.charset b/lib/config.charset --- a/lib/config.charset +++ b/lib/config.charset @@ -272,7 +272,7 @@ ;; 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