Re: [Zope-dev] Unicode Diffs

2002-09-26 Thread Toby Dickenson
On Wednesday 25 Sep 2002 6:24 pm, Andreas Jung wrote: > How do your patches compare to the unicode extensions > made by Toby Dickenson for Zope 2.6? They are built on top of my changes. > > I did not test this very throughly, but it seems not > > broken any thing yet. I dont have time to explai

Re: [Zope-dev] Unicode Diffs

2002-09-25 Thread Tino Wildenhain
Hi Kent, I'd like to compare your patches with the ones I currently implemented on my private branch. I tried to use the default settings in site.py. Unfortunately this requires changes in the local installation of python. (Dont know why the hell this does not make use of locales) Regards Tino

Re: [Zope-dev] Unicode Diffs

2002-09-25 Thread Matthew T. Kromer
kent sin wrote: >I have a quick hack of Zope to use utf-8 as default >encoding. > >This will allow all languages co-exist, making a >heaven for different language users. Also, this help >to easy Zope 2.6 for non latin users. > >I did not test this very throughly, but it seems not >broken any thin

Re: [Zope-dev] Unicode Diffs

2002-09-25 Thread Andreas Jung
How do your patches compare to the unicode extensions made by Toby Dickenson for Zope 2.6? -aj --On Mittwoch, 25. September 2002 10:12 -0700 kent sin <[EMAIL PROTECTED]> wrote: > I have a quick hack of Zope to use utf-8 as default > encoding. > > This will allow all languages co-exist, making