Subject: Re: bin/12017: how to enable multibyte locale (and problem around it)
To: Noriyuki Soda <soda@sra.co.jp>
From: None <itojun@iijlab.net>
List: netbsd-bugs
Date: 01/23/2001 20:51:15
>> 	and why we do need it?
>Think about traditional style of kanji number representation?
>(Not "2 0 0 1", but "2 1000 1" in kanji).

	hmm.  it makes more sense to do dlopen() then.

	my last question is: how should we enable it and try not to
	put people into trouble by larger footprint.
	i'm thinking about two set of solutions:
	1a. ship libnolocale.a so that binaries with -lnolocale can
	    inhibit multibyte locale stuff
	1b. Makefile fragment (does the same as above)
	2. make options that affects libc build

	which one do people prefer? (not sure if everyone is reading this)

itojun