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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -