Support UTF-8 Resource Files
I've uploaded some Java .properties files (ResourceBundles) and was planning on using your tool, but during evaluation I noticed you don't support UTF-8 encoding. I know that is not the standard Java ResourceBundle encoding, but that is what we are using. Can you add support for different encoding types?
3
votes
1 comment
-
AdminDario Solera
(CEO, Amanuens)
commented
We already support UTF-8, but in order to be able to distinguish it from ISO-8859-1, we require the files to have the BOM. You should be able to easily add it from your IDE.