in reply to Re: 8-bit Clean XML Data I/O?
in thread 8-bit Clean XML Data I/O?
You could encode your binary data to be unicode safe and then unescape it afterward.
How do I encode arbitrary 8-bit character data as UTF-8 so that I can get it back again when I read it?
You could just toss your XML parser and handle your input yourself.
After all the time I put into getting XML::Validator::Schema working, I can't imagine going that route.
Thanks,
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: 8-bit Clean XML Data I/O?
by diotalevi (Canon) on Feb 21, 2004 at 00:25 UTC | |
by samtregar (Abbot) on Feb 21, 2004 at 00:38 UTC | |
by diotalevi (Canon) on Feb 21, 2004 at 01:39 UTC |