[Seaside] no HTML entities for 8bit characters in UTF-8 encoding

Avi Bryant avi at beta4.com
Fri Jun 25 22:33:00 CEST 2004


On Jun 24, 2004, at 1:11 PM, Kamil Kukura wrote:

> In order to have UTF-8 encoding working, there must be no expansion to 
> html entities for characters over 128. I mean HtmlCharacters 
> collection in WAAbstractHtmlBuilder. In fact, it is only okay for 
> HTML's default ISO-8859-1 (western europe) enconding.

So, what do we do about this?  Make no assumptions about the encoding 
whatsoever, and just make sure that we replace  < > & with entities?  
That seems the only option, right?

Avi



More information about the Seaside mailing list