[XML-SIG] unicode data

Fredrik Lundh fredrik@effbot.org
Sat, 4 Nov 2000 19:40:10 +0100


Martin wrote:
> I expect updates to xmlproc to happen soon (perhaps this year) since
> Lars is interested in supporting Unicode. I doubt anybody will change
> sgmlop, or xmllib (which all operate on byte strings still).

xmllib in 2.0 handles unicode just fine -- but you have to decode
the data yourself before passing it to the parser...

sgmlop did handle unicode in a similar fashion, but last-minute
changes to 2.0's unicode support broke the current version.  this
will be fixed soon.

</F>