[Zope] Non-ASCII-form-input -> HTML-entities?
Toby Dickenson
tdickenson@geminidataloggers.com
Wed, 03 Jan 2001 11:42:08 +0000
On Wed, 3 Jan 2001 10:33:20 +0100, "Markus Kemmerling"
<markus.kemmerling@mediaweb.at> wrote:
>I would like to have users being able to enter german vowels
Your suggested solution is a good one if you know all your users are
german, all using the same browser, all with the correct german
configuraton.
If not, I strongly recommend using pages encoded in utf-8, and storing
your field values as unicode. Everything will then work happily for
non-germans too.
Standard Zope can't do this yet, you will need the patches at
http://www.zope.org/Members/htrd/wstring
Toby Dickenson
tdickenson@geminidataloggers.com