Jan Hoskens wrote:
You may want to take a look at the wiki page: http://wiki.apache.org/cocoon/RequestParameterEncoding
I had this problem a while ago: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=109100902605917&w=2
I'm wondering what the best solution is and which encoding is preferred for handling special characters or when UTF-8 / ISO 8859-1 should/could be used.

I can't see any reason why not to use Unicode charset with UTF-8 encoding only. It is supported by all common browsers ans allows you to use *all* Unicode <http://www.ltg.ed.ac.uk/~richard/unicode-sample.html> characters by just typing them into the source code.
Make sure that the charset information sent with HTTP header is compliant with the document's encoding.
Most browsers will use it for encoding input in forms.
--
Volkmar W. Pogatzki



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to