Re: rendering Cyrillic in Seaside?
Esteban Maringolo <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CAJMgPCKR_ikmgJ1SOL-ZRfm6U7Ad6GLx3woT=jhJTztOjwmLqQ@mail.gmail.com> |
On Thu, Sep 19, 2019 at 11:33 AM Karsten Kusche <[email protected]> wrote: > > use #text: instead of #html:, it’ll do correct escaping. #html: is used only when you want to write plain HTML to the canvas, which is something you typically don’t do, because that’s what the canvas is there for in the first place. +1. In the end it will end up calling #encodeOn: on the String, using the WADocument encoder for it. Regards, _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside