in reply to Re: Encoding is a pain.
in thread Encoding is a pain.
Why doesn't XML have a way to handle arbitrary binary data? ... A good example are the XML tickers here, there are characters possible in a node and other places that cannot be validly embedded in XML.
Make up your mind, are they characters or binary data? :-)
Certainly any character which can be represented in HTML should be representable in XML. For example in HTML you could use é for 'é'. In XML, you don't have the handy mnemonic name unless you use a DTD, but you can still represent the character as é - 'é'. The HTML::Entities module can help with the conversion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encoding is a pain.
by steves (Curate) on Sep 25, 2004 at 13:49 UTC | |
by grantm (Parson) on Sep 25, 2004 at 20:08 UTC |