Skip to main content



      Home
Home » Archived » BIRT » Eclipse birt prints another character instead of superscript three(Eclipse birt prints another character instead of superscript three)
Eclipse birt prints another character instead of superscript three [message #1774734] Thu, 19 October 2017 04:03
Eclipse UserFriend
I am working on a report using eclipse-birt. I need to add superscript three ³ to the report. I send it from my java program as a data item. I have a string that has "\u00B3" as value and i send it. When i run a test class on java, I can see character on console. But when I create the birt report it prints another character which is ‡. I don't know what is the reason of this. I have Cp1254 encoding on my workspace. I use Eclipse. And on birt-report xml, it is using UTF-8 Encoding. My output format is ps (postscript)

putParameter(birtDocumentType.Volume, "3 m" + "\u00B3"));

And birt xml has the below encoding;
<?xml version="1.0" encoding="UTF-8"?>

It prints 3 m‡ instead of 3 m³.

Thank you all !
Previous Topic:Help - Crosstab with time format in summary
Next Topic:HTML Table rendering in PDF, DOC
Goto Forum:
  


Current Time: Tue Aug 05 00:22:48 EDT 2025

Powered by FUDForum. Page generated in 0.02448 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top