[jdom-interest] Dealing with binary characters in-memory -> outputter

Mark Bennett mbennett at ideaeng.com
Mon Sep 24 15:39:59 PDT 2001


Hello Jason,

I don't quite follow what you're saying:

"For UTF-8
encoding (the default) no encoding is necessary except for special
characters (ie <) which we take care of."

This doesn't seem to be true?  I'm using the default and
special characters are not escaped (0xA9 in my example).

Mark

-----Original Message-----
From: Jason Hunter [mailto:jhunter at collab.net]
Sent: Monday, September 24, 2001 3:01 PM
To: Trimmer, Todd
Cc: 'jdom-interest at jdom.org'; 'szegedia at freemail.hu';
'mbennett at ideaeng.com'
Subject: Re: [jdom-interest] Dealing with binary characters in-memory ->
outputter


I like your proposed approach.  Our plan thus far has been: For UTF-8
encoding (the default) no encoding is necessary except for special
characters (ie <) which we take care of.  For other encodings you set,
you're responsible for handling things yourself.  

....




More information about the jdom-interest mailing list