Encoding issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Encoding issues

mathieu.cassonnet
Hi
 
I'm just starting using Seaside and I have some issues with encoding.
I use :
html text: 'àéç'.   "exemple"
and obtain '���' on Opera and '頧' on IE
 
How can I correct this issues?
May I change encoding to ISO?
 
Greets
 
Mathieu Cassonnet


Accédez au courrier électronique de La Poste : www.laposte.net ;
3615 LAPOSTENET (0,34 /mn) ; tél : 08 92 68 13 50 (0,34/mn)

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Encoding issues

cbeler
hi

instead of WAKom startOn: aPort
use
WAKomEncoded startOn: aPort

close the previous Kom before:
WAKom(Encoded) stop

this works for me ;)


Cédrick


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside