segunda-feira, 16 de novembro de 2009
Unicode to Java string literal converter
I was having some headaches writing properties files valid across several platforms due to encoding issues. However, by googling around today I found this very interesting JavaScript-based conversion tool:
http://www.snible.org/java2/uni2java.html
Thanks to Ed Snible!