Problem with specific german / french characters in Applet

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Elly
Posts: 19
Joined: Tue Jun 07, 2005 2:26 pm
Location: Germany
Contact:

Problem with specific german / french characters in Applet

Post by Elly » Thu Apr 06, 2006 1:27 pm

Hello,
I have following problem.
My chart must be shown 2 times:
once as servlet, and once as applet.

The code and all the settings are exactly the same (the fonts are also the same).

The servlet version of the chart works fine showing all specific characters in the right way.

But the applet version doesnt! :-(

When I look at it in IE, everything is fine but Axis Labels. There I get "???" instead of these characters.

When I look at the same applet in Firefox, Axis Labels look fine, but Chart Title, Chart Subtitle and Item Labels are wrong.

When I look at the same applet in Eclipse, everything is fine...

Maybe you have an idea and could give me a hint?????
Thank you very much in advance!
using JFreeChart 1.0.0 rc1, Java 1.4.2

Elly
Posts: 19
Joined: Tue Jun 07, 2005 2:26 pm
Location: Germany
Contact:

Post by Elly » Thu Apr 06, 2006 2:00 pm

now I know the reason why I have different views in different browsers -
the data which is sent to applet has different encodings...

Now I have to look for the way to tell the browser to open the pop-up window (with my applet) with right encoding...
using JFreeChart 1.0.0 rc1, Java 1.4.2

Locked