> 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