[PATCH] gen_wc8bit: use a configurable UTF-8 locale

Mike Frysinger vapier at gentoo.org
Sun Jun 28 17:42:00 UTC 2009


On Monday 01 June 2009 13:40:16 Daniel Cordero wrote:
> In some situations, the en_US.UTF-8 locale is not available (e.g. the
> user does not have it installed).
> Make a new option in the configuration for the user to specify an
> alternative.

seems like something the user shouldnt need to worry about.  how about if the 
default of en_US.UTF8 doesnt work, we popen("locale -a") and try each one 
listed there with ".UTF8" appended to it.
-mike


More information about the uClibc mailing list