Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Show hebrew language text in birt chart
sunnypatel285
Hello ,
In my report i have to display hebrew text in to it.Unicode for hebrew language text are stored into database as #amp;1577;#&1499 and so on for hebrew character.
So when i am displaying this code to html pages it could direct translation from unicode to charactes as per specific language.But in birt report it dont automatically.It displayes unicode at all.
So, what i have to do?
Please help me.
Find more posts tagged with
Comments
mwilliams
What is your BIRT version?
mwilliams
You might try something like:
String.fromCharCode(1577,1499);
sunnypatel285
Hi Williams,
Version is 2.2.6
mwilliams
Are you able to do something like the above? My second post? And do you mean 2.6.2?
sunnypatel285
Thanks for reply..
Version is 2.6.2
Ya second post displays the hebrew character in birt.
But hebrew is right to left language.So HTML renders it perfectly automatically.But As per post it displays the character as left to right as in database stored.
mwilliams
It should be pretty easy to reverse the list though. Let me know.