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

ISO-8859-1 (Latin1)


Recommended Posts

By: Eric - ericlinux

ISO-8859-1 (Latin1)

2002-05-25 19:00

Hi, ALL!

 

the jasperreports supports characters ISO-8859-1 (Latin1)?

 

thanks!

 

 

 

By: Eric - ericlinux

RE: ISO-8859-1 (Latin1)

2002-05-27 07:02

thanks!!!!!!!!!!!!!!!!!!!!!

 

 

By: Teodor Danciu - teodord

RE: ISO-8859-1 (Latin1)

2002-05-27 00:53

 

Hi,

 

Yes, it supports this type of encoding.

 

By default, the encoding type of the XML file

is "UTF-8", but you can change it to "ISO-8859-1"

like this:

 

<?xml version="1.0" encoding="ISO-8859-1"?>

 

This will allow you to type into you XML special

characters like  ,  ,  , which are part of the LATIN1 set.

 

For the "pdfEncoding" attribute in font elements,

you should choose "Cp1252".

 

Good luck!

Teodor

 

 

 

By: gdu - gdupret

RE: With ISO-8859-1 (Latin1) : no change !

2005-01-07 06:25

Thanks to answer so fast !

 

But no change with this modification.

With the DEMO webapp integrated in the JasperReports version, there is no problem to display the special characters, but in my application (similarly to this DEMO), these characters are converted in HTML format !!

 

 

By: gdu - gdupret

Special characters converted in Html format ?

2005-01-07 05:15

When I generate reports in Excel format, special characters as &,... are converted in HTML format (&).

 

 

By: gdu - gdupret

RE: Special characters converted in Html format ?

2005-01-12 07:53

I have some text in a mysql db, which is stored with special caracters. When I retrieve this data into my report, the & caracters is converted to &amp, for instance.

How can I avoid this conversion? It is very urgent.

 

Thanks in advance.

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