Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper report not able to Display Euro sign


Recommended Posts

By: vinod - vinodkelbaikar

Jasper report not able to Display Euro sign

2006-03-07 22:07

Hi

 

I am hardcoding the € [EURO] sign in my report.

The generated HTML report shows Encoding as UTF-8.

Hence on the resulting page this EURO sign is displayed as '?' as it is not supported by UTF-8.

Can anyone let me know how can I change the encoding to ISO-8859? I tried changing the encoding of XML ISO-8859 to but its not working.

 

 

By: Slobodan Kasterovic - kaster

RE: Jasper report not able to Display Euro si

2006-03-14 00:24

How you trying change the encoding ? Try with:

 

String x = "€";

String y = new String(x.getBytes(), "iso-8859");

 

Hope this helps.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...