>From a very quick glance at this thread, I think what you might want to consider doing is using next = (char *)Tcl_UtfNext(cur); in the parser. weboutint.c uses Dstrings. In Rivet, the rivetParser.c file uses the Utf stuff in order to parse up the <? ?> tags. I think it's done correctly but you'd probably have to try it with some non-European encodings...
One thing that would be handy would be a small test case in Tcl that demonstrates the problem (if I haven't missed it... apologies if I didn't see it). -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
