RE: [Zope] Using Chinese Characters

2000-09-09 Thread Christian Wittern

Hi there,

I am using Zope successfully with Chinese (Traditional) on Windows. For
forward compatibility, I am storing it as UTF-8, which is one storage format
for Unicode/ISO 10646 (aka as UCS). It used to work nice until Zope 2.2,
where some of the display got mangled. I submitted a patch to the Collector
to fix this problem some weeks ago, so hopefully this will go away in the
future. Anothere thing is being able to use ZCatalog: I privately patched
the splitter program, which is used to split strings into words. I am not
yet satisfied with the solution, that's why I did not go public with it.
It's also only tested on my windows box.

All the best,

Christian

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
 Of Tino Wildenhain
 Sent: Friday, September 08, 2000 3:18 AM
 To: Kelvin Cheong
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Zope] Using Chinese Characters


 Hi Kelvin,

 Kelvin Cheong wrote:
 
  i was wondering how i can use chinese characters with Zpe on Linux. does
  anyone know how? According to my "mild" research so far, i
 found out that
  Big5is a 2-byte code and is a part of ISO-10646/Unicode. It
 also seems to
  be the de-facto for traditional chinese characters. There're
 also Unicode
  CJK and GB. But GB is for China, which uses simplified chinese
 characters.
  And CJK includes both Big5 and GB.

 classic zope is built on python 1.52 and does not naturally support
 unicode.
 But there is a light on the horizont:

 http://www.zope.org/Members/htrd/wstring

 I have a vision of everything working together for localizing and
 internationalisation ;-)

 Regards
 Tino

 ___
 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 )





___
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 )




[Zope-dev] RE: [Zope] Zope 2.2 beta 1 released

2000-06-13 Thread Christian Wittern

Trying to run the b1 on Windows, I get the following:

C:\Program Files\Z220b1"C:\Program Files\Z220b1\bin\python.exe" "C:\Program
Fil
es\Z220b1\z2.py" -D
Traceback (innermost last):
  File "C:\Program Files\Z220b1\z2.py", line 524, in ?
import ZServer
  File "C:\Program Files\Z220b1\ZServer\__init__.py", line 87, in ?
from medusa import max_sockets, asyncore
ImportError: No module named medusa


Throwing an empty __init__.py file into $Zope/ZServer/medusa solved the
problem for me.

Zope 220b1 looks great!


Christian

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian
 Lloyd
 Sent: Tuesday, June 13, 2000 5:37 AM
 To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
 Subject: [Zope] Zope 2.2 beta 1 released


 Zope 2.2.0 beta 1 has been released - you can download it from
 Zope.org:
 http://www.zope.org/Products/Zope/2.2.0b1/


 This release contains refinements to the new ownership model as
 well as better undo management and many bug fixes. For more
 information, see:

 http://www.zope.org/Products/Zope/2.2.0b1/CHANGES.txt

 If you are still using a 2.1.x version of Zope, be sure to
 see the document
 http://www.zope.org/Products/Zope/2.2.0b1/upgrading_to_220

 for information on the recent changes to the Zope security model
 and other upgrade information.


 Brian Lloyd[EMAIL PROTECTED]
 Software Engineer  540.371.6909
 Digital Creations  http://www.digicool.com



 ___
 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 )




___
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 )