[squeak-dev] Re: [ANN] WebClient and WebServer 1.0 for Squeak

Hannes Hirzel hannes.hirzel at gmail.com
Tue May 11 21:15:13 UTC 2010


On 5/10/10, Levente Uzonyi <leves at elte.hu> wrote:
>> So the question is: How do I convert a WideString to UTF8
>
> There are various possibilities:
> 'äbc' squeakToUtf8.
> 'äbc' convertToEncoding: 'utf-8'.
> 'äbc' convertToWithConverter: UTF8TextConverter new.
> UTF8TextConverter new encodeString: 'äbc'.
>
>
> Levente
>

Thank you for your helpful the answer. I summarized the results at
http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-May/150486.html
under 'UTF8 in JSON'

--Hannes



More information about the Squeak-dev mailing list