in reply to Encoding is a pain.
Personally I view this problem a little bit differently: Why doesn't XML have a way to handle arbitrary binary data? It seems like there is no way to use XML to carry generic 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. This means that unless we encode all node content as hex or something like it we cannot be sure that we will return valid XML. Since we dont want to do this we have the problem that its relatively easy to embed chatracters in a node that will break many of the XML parsers that consume data from our tickers. I see your language encoding issue as just a variant of this problem. Maybe thats wrong, but thats the way it feels to me.
First they ignore you, then they laugh at you, then they fight you, then you win.
-- Gandhi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Encoding is a pain.
by grantm (Parson) on Sep 20, 2004 at 22:01 UTC | |
by steves (Curate) on Sep 25, 2004 at 13:49 UTC | |
by grantm (Parson) on Sep 25, 2004 at 20:08 UTC | |
|
Re^2: Encoding is a pain.
by graff (Chancellor) on Sep 21, 2004 at 05:27 UTC |