<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>I have an xml file including euro characters (€) and starting with 
:<BR>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<BR>as it should probably 
be.<BR><BR>However, my problem is that (JDOM and) SAXBuilder doesn't recognize 
the euro characters and replace them by an unknown character '?'&nbsp;when I do 
a </DIV>
<DIV>&nbsp;</DIV>
<DIV>String str = sthg.getChild( "Valeur" ).getTextTrim();</DIV>
<DIV>&nbsp;</DIV>
<DIV>and print the str in the console or in a file.</DIV>
<DIV>&nbsp;</DIV>
<DIV>What's wrong and how can I solve it?<BR>Thanks in advance. </DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&nbsp;</DIV>
<DIV>NB: I working with the jdk1.4 and the JVM support the € 
character.<BR></DIV></FONT></DIV></BODY></HTML>