[Seaside] Encoding question

Andres Fortier andres at lifia.info.unlp.edu.ar
Fri Jun 6 14:53:02 UTC 2008


[snip]
> If your image encoding is Unicode then browser your send 0xC3 0xA9 as
> well and in your image you should have:
> 
> String with: (Character value: 16rE9)
> 
> This should be sent as 0xC3 0xA9  to the browser.

That's what I supposed too, but it seems something is getting lost 
somewhere.

> Happy debugging.

Thanks! :). As soon as I find the bug I'll post it here (however, 
since this is a personal project, it may take a while).

Thanks for the help,
			            Andrés


More information about the seaside mailing list