Hi ! Zope 2.6.0 have a problem for non 'iso-8859-1' user. And Collector 623 is still incollect now. http://collector.zope.org/Zope/623
It's serious problem for CJK(I'm Japanese). So I make patch for 2.6.0. http://www005.upp.so-net.ne.jp/zope260-i18n-20021123.diff 1.Install $ cd $(INST_HOME) $ patch -p0 <zope260-i18n-20021123.diff 2.Usage Set attribute 'default_charset'(string type) as 'foo' some Folder object. And after you can set 'foo' charset in the Folder object via ZMI. 3.Attension Python need to recognize 'foo' encoding. (You need install adaptable Codec) I try with 'euc-jp' charset, and I think any charset is available. (But my browser can request only Japanese encoding charset.) thanks _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )