[XML-SIG] Re: [4suite] Python 1.5 support with PyXML 0.6.2/4Suite0.9.2

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 17 Nov 2000 11:11:10 +0100


> I fear (maybe unjustified) problems with non-ASCII (latin-1) characters
> in my string constants.

On one hand, these concerns are justified - most likely, you *will*
have to modify your source here and there if Unicode objects suddenly
pop up.

OTOH, Unicode is one of the core principles of XML, just like elements
and character entities. So those changes will make your code better :-)

Regards,
Martin