Re: How to think about "Unicode spew"
tty <[email protected]> Mon, 17 Feb 2020 17:16:33 -0600 (CST)
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Delved a bit deeper. at this point: *output := wikiParser parse: 'Page' stream: input actor: actor. * ouput is an XMLElment. My (lousy, btw) copyAndReplaceAll contortions convert it to a WideString. I just discovered I can omit all that and just use a * html html: output.* directly on the XMLElement. So, the problem is either directly within the XMLElement or in the "transition" between it and html render: output. -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside