Ben Pfaff wrote in <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-11/msg00051.html>: > Thus, the following patch against config.charset seems > appropriate: > > --- config.charset~ 2007-11-04 13:03:10.000000000 -0800 > +++ config.charset 2007-11-10 11:16:07.000000000 -0800 > @@ -381,7 +381,7 @@ case "$os" in > echo "ja_JP.Shift_JIS SHIFT_JIS" > echo "ko_KR.EUC EUC-KR" > ;; > - netbsd*) > + netbsd* | openbsd*) > echo "646 ASCII" > echo "ISO8859-1 ISO-8859-1" > echo "ISO8859-2 ISO-8859-2"
Who says that OpenBSD 4.2 does not have more locales than NetBSD 3.0? Yes, I know the locales in OpenBSD and NetBSD are both based on the work of Itojun, who sadly left us last month. But there could be some differences anyway. > It's really not clear to me what the canonical source of > config.charset is; mine comes from gnulib. config.charset is maintained through the libiconv/libcharset/tools/ directory of GNU libiconv. Could you please grab a copy of that, update the 'all-locales' file for OpenBSD 4.2, and then run the 'all-charsets' script there and report the results? Thanks in advance. Bruno