A bug in filesystem bootstrap (unix/ linux) prevents
Dawid Weiss
dawid.weiss at gmail.com
Thu Jul 5 08:40:12 UTC 2012
> export LC_ALL=en_US.UTF-8; java Foo
Not really, the shell won't let you use a multibyte locale (because of
issues with null-terminated strings). And multibyte (with BOM) is most
fun when you're trying to find buggy code ;)
> I would assume there is no en_US.UTF-16 locale there :-)
I wish there were. It'd make people care more ;)
Dawid
More information about the core-libs-dev
mailing list