I am using this method to create a java enum for countries.
This compiles fine on my windows dev box, however when building on unix server it fails with this error :
error: unmappable character for encoding UTF8
This is caused by characters such as Å. What is the best way to handle this problem ?