Hi, Our application is planning to support japanese characters. It is working partially. If I create a JDOM SAX document out of a String, it preserves japanese chars fine. But, when i create a JDOM SAX document out of an InputStream, it is replacing japanese chars with ? chars. Any input would be greatly appreciated. Thanks.