15
Nov
I’m having some problems compiling my java codes on Ubuntu using ant because of some local settings conflicts. Ubuntu’s locale is set to UTF-8 as default but some of my java codes needs ISO-8859-1 locale to work.
Well, after a bit of googling around, I finally found how to change it. ![]()
The command is as simple as:
sudo dpkg-reconfigure locales
And then I just chose en_US.ISO-8859-1 from the choices of locale settings and also made it the default locale.
Well, that’s it! My code can now be compiled on my Ubuntu Linux box. ![]()
Popularity: 3% [?]