java - How to implement a font that can display french characters -
i working on project multiple languages have french, problem displays weird characters, in stead of normal french,
can some1 me ( in java ) beforehand
if using resource bundles in ".properties" format, issue can resolved escaping al not standard characters respective unicode notation.
.propertie resource bundles in iso-8859-1 encoding, problem comes converting iso-8859-1 encoding utf-8
you can convert these characters escaped unicode representation using 1 of these tools: native2ascii or anyedit
Comments
Post a Comment