On Wed, 3 Jan 2001 10:33:20 +0100, "Markus Kemmerling"
<[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )