Re: Encoding on saving html file
Stephan Eggermont <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
On 17/10/15 15:46, Dave wrote: > But if you save the text of my previous email to an html file and open it, it > shows "perché" instead of "perché" That depends on how you save it. You probably want to use an UTF8TextConverter somewhere It is used in MultiByteBinaryOrTextStream class>>on:encoding: Stephan