Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:03
mehmet fatih tabak is currently offline mehmet fatih tabakFriend
Messages: 1
Registered: October 2017
Junior Member
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: Sat Sep 21 00:32:04 GMT 2024

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

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

Back to the top