Wednesday, January 11, 2012

Non - English HTML Report using GWT

When generating report for non-English character then all character replace to  symbolic like bullets , diamonds and big full stops.

Generating report in english using GWT its print out perfectly but when you print non-english character like arabic , spanish , french or some other language using UTF8 standard not works.


Reason - When you save all html tags inside the java language or GWT it will save the Encoding in "UTF-8 with BOM" and basically you need to save in Encoding in UTF-8 without BOM but all programming language will save it in their format.


How we can resolve this issue......?

Download some best software which converts you non-english character into hexa format or visit this website to transform from your non-english character to hexa format.

All standard Browser supports hexa format so try to change all non-english word into hexa format and then replace your non-english character on your html designed tags with generated hexa code.

After translating to hexa you will get the non-english print out perfectly.





For Further Reading,

0 comments:

Post a Comment