On 2013-08-29 19:38, Jonathan M Davis wrote:
However, because all of the XML special symbols should be ASCII, you should still be able to avoid decoding characters for the most part. It's only when you have to actually look at the content that Unicode would potentially matter. So, the performance hit of decoding Unicode characters should mostly be able to be avoided.
I don't understand. If use a range of dchar and call "front" and "popFront" won't it do decoding then?
-- /Jacob Carlborg
