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)
Russian character not displayed correctly
jrajeev76
<p>Hi,</p>
<p> </p>
<p>I have designed a report that displays labels from a properties file based on locale. The problem is when we try to run a report using the Russian properties file then the characters are not displayed correctly either in pdf and html. Just for example the text below in English is Run:</p>
<p>ЗапуÑтите --> The text specified in Russian properties file</p>
<p>ÃðÿÑÑÑøÑõ --> This is the text actually displayed while running the report not the one specified above.</p>
<p> </p>
<p>Font used in the report design is: Arial Unicode MS</p>
<p> </p>
<p>Can anyone please help me solve this problem.</p>
<p> </p>
<p>Thanks and Regards</p>
<p>Rajeev</p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
micajblock
<p>Can you attach the English and Russian property files?</p>
jrajeev76
<p>Hi,</p>
<p> </p>
<p>Please find attached the properties file.</p>
<p>I'm using Birt viewer version - 4.4.0 and Engine version 4.4.0</p>
<p> </p>
<p>Thanks and Regards</p>
<p>Rajeev
micajblock
<p>Rajeev,</p>
<p>Property files need to be in ASCII not unicode (UTF-8 in your case). You need to use the native-to-ascii conversion to convert the Russian file to ASCII.</p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/native2ascii.html '>http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/native2ascii.html </a></p>
;
jrajeev76
<p>Hi,</p>
<p> </p>
<p>Thanks a lot for your help. Now the Russian characters are showing properly.</p>
<p> </p>
<p>Thanks and Regards</p>
<p>Rajeev</p>