[Seaside] Accented characters

Philippe Marschall philippe.marschall at gmail.com
Wed Jul 26 07:27:49 UTC 2006


> - What is the encoding used in WideString ? You told it is unicode, but
> what is unicode if not UTF-{8,16,32} ?

It stores the code point directly. So if you want, you can think of it
as utf-32. Except that it's not 32 bit ;)

> - If the web browser accept and answers in UTF-8 and if Squeak stores
> UTF-8 un bytestrings, why one need any conversion ?

You don't. That's why some people would like to see WAKom working.

> In fact, my problem is I don't understand why conversions are necessary.
> Everything should be UTF-8 and no question has to be asked.

No.

Philippe


More information about the Seaside mailing list