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

? instead symbol euro in HTML


2004 IR Help

Recommended Posts

By: sesperance - sebounet04

? instead symbol euro in HTML

2005-04-29 01:28

Hi,

 

In a J2EE application, when I want to display a java.Lang.Double with a pattern all is OK on PDF;

Ex : ? 1 234

 

But on HTML, I see

? 1 234

 

In my code, I put the good encoding :

exporter.setParameter(JRExporterParameter.CHARACTER_ENCODING, "ISO-8859-1");

 

Any idea?

 

 

 

 

 

By: Tobias Gaekle - ike987

RE: ? instead symbol euro in HTML

2005-04-29 03:56

As far as I know the euro sign is not in ISO-8859-1, but in ISO-8859-15.

 

 

 

 

By: sesperance - sebounet04

RE: ? instead symbol euro in HTML

2005-04-29 05:02

Thanks for reply.

 

I tried ISO-8859-15 too and no change.

 

 

 

 

 

 

By: Mitya - mityay

RE: ? instead symbol euro in HTML

2005-05-02 06:21

Try to use u20AC in jrxml instead of euro symbol.

Link to comment
Share on other sites

  • 4 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

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...