[Seaside] International Characters on different OS

Sebastián Sastre ssastre at seaswork.com.ar
Mon Mar 15 18:39:01 CET 2004



> -----Mensaje original-----
> De: seaside-bounces at lists.squeakfoundation.org 
> [mailto:seaside-bounces at lists.squeakfoundation.org] En nombre 
> de Ned Konz
> Enviado el: Lunes, 15 de Marzo de 2004 14:07
> Para: The Squeak Enterprise Aubergines Server - general discussion.
> Asunto: Re: [Seaside] International Characters on different OS
> 
> 
> 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'?

Oh, yes I mean the windows and linux web browsers (IE, Mozilla, etc.).

> 
> Anyway, have you looked at the HTTP headers you're getting? 
> You should have an 
> explicit
> 
> 	Content-type: text/html; charset="iso-8859-1"

Oh o, I don't see any header like that, the html souce of every page
goes directly to it's content without specific charset. I'm forgetting
somethin? Where in my seaside intranet implementation, I can add this
specification?

	Regards,

Sebastián Sastre
ssastre at seaswork.com.ar
www.seaswork.com.ar


> 
> 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/ 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 




More information about the Seaside mailing list