Paulo Soares wrote: > You may need another font or compilation switches or something else. Your > post is too vague.
I think that if the font doesn't have the characters, nothing is shown. My guess would be that the bytes are 'shaven'. Either you have the Strings hard coded in your JAVA code and then compiled that code using the wrong encoding; or you are getting the Strings from an outside resource (file, database,...) and you're reading them using the wrong encoding. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
