Re: config.charset support for OpenBSD

2007-11-14 Thread Bruno Haible
Ben Pfaff wrote: > Here it is: > > locale namelocale charmap nl_langinfo(CODESET) locale_charset() > > C 646 646 bug > bg_BG.CP1251CP1251CP1251 > ... > If I add the line > echo "646 ASCII"

Re: config.charset support for OpenBSD

2007-11-13 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: >> Below is the result for OpenBSD 4.1. > > Thank you. And what do you get with the two updated files (attached)? Here it is: locale namelocale charmap nl_langinfo(CODESET) locale_charset() C 646 646

Re: config.charset support for OpenBSD

2007-11-13 Thread Bruno Haible
Hello Ben, > For all-locales, OpenBSD needs the same strategy as Darwin. Thanks. But your printout lacks a line for the C locale; it needs to be added manually. (config.charset needs to handle the C locale, even if it is built-in into libc.) > Below is the result for OpenBSD 4.1. Thank you. And

Re: config.charset support for OpenBSD

2007-11-12 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > Who says that OpenBSD 4.2 does not have more locales than NetBSD 3.0? I cannot make this claim, because I know little about either one. >> It's really not clear to me what the canonical source of >> config.charset is; mine comes from gnulib. > > config.

Re: config.charset support for OpenBSD

2007-11-12 Thread Bruno Haible
Ben Pfaff wrote in : > Thus, the following patch against config.charset seems > appropriate: > > --- config.charset~ 2007-11-04 13:03:10.0 -0800 > +++ config.charset 2007-11-10 11:16:07.0 -0800 > @@ -3