From: SourceForge.net <no...@so...> - 2004-02-13 11:21:36
|
Feature Requests item #896430, was opened at 2004-02-13 11:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=896430&group_id=13153 Category: None Group: None Status: Open Priority: 5 Submitted By: Hillebrand Gelderblom (hgelderblom) Assigned to: Nobody/Anonymous (nobody) Summary: Other encoding in than out. Initial Comment: The encoding of the xml document which is to be parsed by JTidy is in UTF-8 encoding. When the document is being cleaned and some additional operations are done on the dom object, I want to serialize the document back to text using the pprint method. When i set the encoding to UTF the output is also done in utf causing characters with a value over 127 not to be mapped to entities. I can't find a way for this to happen. I tried to set rawoutput to false but that doesn't help. Maybe the output encoding should be able to be set to ASCII? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=896430&group_id=13153 |