[Seaside] International Characters on different OS

Ned Konz ned at squeakland.org
Mon Mar 15 18:06:30 CET 2004


On Monday 15 March 2004 7:43 am, Sebastián Sastre wrote:

>     I had a linux server running the an intranet made with seaside and I
> have the following issue:
>
>     When some text insertion is made with a windows browser in an
> object, looking the same object with a linux browser shows bad the
> international characters like  ñ á é í ó ú Ñ Á É Í Ó Ú. And viceversa.
>
>     Any ideas of how to deal with this?

When you say 'browser' do you mean 'web browser' or 'squeak browser'?

Anyway, have you looked at the HTTP headers you're getting? You should have an 
explicit

	Content-type: text/html; charset="iso-8859-1"

or a META tag in the HTML HEAD

	<meta content="text/html; charset=iso-8859-1">

of course, you're welcome to use whatever charset you want...

-- 
Ned Konz
http://bike-nomad.com/squeak/


More information about the Seaside mailing list