[Seaside] How to think about "Unicode spew"

tty gettimothy at zoho.com
Mon Feb 17 23:16:33 UTC 2020


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


More information about the seaside mailing list