[Seaside] Displaying international text

Valdas Bucinskas valdas.bucinskas at ipsistemos.lt
Tue Dec 13 18:35:32 CET 2005


Hello Wilkes,

Tuesday, December 13, 2005, 7:21:04 PM, you wrote:

> I have a string that I am reading from the iTunes xml.  Characters
> with accent marks are being displayed as ? in Firefox and the
> equivalent in Safari.  I haven't tried IE.  Everything is fine within
> the squeak image, and as far as I can tell they are being displayed
> properly when viewing other sites.  I've tried setting the content
> type by using updateRoot:, but nothing seems to work.

> Here is a sample string
> in Squeak:  'Alfredo Rodríguez'

> rendered by seaside: Alfredo Rodr?guez

> Any ideas?

> Thanks,
> Wilkes
 
Replace the default UTF-8 charset in
WAResponce >> initialize
with the one you want to use.

-- 
Best regards,
 Valdas   Bucinskas                         mailto:valdas.bucinskas at ipsistemos.lt



More information about the Seaside mailing list