You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/16 17:00:49 UTC

DO NOT REPLY [Bug 27709] - Problem with national chars submited with form

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27709>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27709

Problem with national chars submited with form

joerg.heinicke@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From joerg.heinicke@gmx.de  2004-03-16 16:00 -------
I can confirm this behaviour for characters beyond &#255; with ISO-8859-1. Tried
it with Łł and got &#321;&#322; (in the source they are escaped as &amp;#321;).

Switching to UTF-8 (form encoding + serializer) does not work, the page is still
recognized as ISO-8859-1. I guess this is related to bug #26997.

Is this a new problem of Xalan? If I see it correctly there will be no problem
getting &#321; back instead of Ł, but the escaping is wrong.