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

using nonstandard characters in resource bundles


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -