Re: [Zope-dev] Non-Latin-1 properties

2006-06-08 Thread Andreas Jung
--On 8. Juni 2006 15:40:59 +0200 Tino Wildenhain <[EMAIL PROTECTED]> wrote: Andreas Jung schrieb: --On 8. Juni 2006 15:31:09 +0200 Yves Bastide <[EMAIL PROTECTED]> wrote: Hi! Sorry to beat a dead horse: the ZMI doesn't allow using non-Latin-1 properties. huh? How about using the utext

Re: [Zope-dev] Non-Latin-1 properties

2006-06-08 Thread Tino Wildenhain
Andreas Jung schrieb: --On 8. Juni 2006 15:31:09 +0200 Yves Bastide <[EMAIL PROTECTED]> wrote: Hi! Sorry to beat a dead horse: the ZMI doesn't allow using non-Latin-1 properties. huh? How about using the utext and ustring properties? they (sorry ;) suck :-) And they arent available in m

Re: [Zope-dev] Non-Latin-1 properties

2006-06-08 Thread Andreas Jung
--On 8. Juni 2006 15:31:09 +0200 Yves Bastide <[EMAIL PROTECTED]> wrote: Hi! Sorry to beat a dead horse: the ZMI doesn't allow using non-Latin-1 properties. huh? How about using the utext and ustring properties? -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany

[Zope-dev] Non-Latin-1 properties

2006-06-08 Thread Yves Bastide
Hi! Sorry to beat a dead horse: the ZMI doesn't allow using non-Latin-1 properties. * properties are stored using the default-zpublisher-encoding (iso-8859-15); * manage_propertiesForm is input--output'ed using management_page_charset (UTF-8) ... * ... but built using join_unicode, which cal