Jay Ashton wrote (a long long time ago):
PS - BTW if anyone's interested, I and a few others here at a company called Digital Garage in Tokyo have built probably the first Zoped sites in Japan. One that we produce is SonicNet Japan (partnered with SonicNet in the US, EU, AU) and just about a week ago we launched a new site with a role-based, scheduled news and cybercast publishing system with integrated artist information, a user-contributed and dynamically ranked network of personal music fan pages (affiliate-esque), and more. (We hope to have some products contributed as soon as we have time!) http://www.sonicnet.co.jp/ (warning - it's all in Japanese!)
I'm about to start work on some Japanese sites. Can you tell me if you ran into any problems mixing Zope and Japanese? Thanks, Itai -- Itai Tavor -- "Je sautille, donc je suis." -- itavor@vic.bigpond.net.au -- - Kermit the Frog -- -- 'Supposing a tree fell down, Pooh, when we were underneath it?' -- -- 'Supposing it didn't,' said Pooh after careful thought. --
Hi Itai! This is Brian Hooper at Digital Garage. I worked on SonicNet Japan with Jay.
I'm about to start work on some Japanese sites. Can you tell me if you ran into any problems mixing Zope and Japanese?
Not really - there are a few small issues with character encoding. You should use EUC for everything, if possible; Python doesn't work properly with Shift-JIS without patching and rebuilding Python (these patches are not official, I think someone contributed patches to make Python safe with SJIS). I think depending on your machine and OS environment you may have to add a timezone mapping or two to DateTime.py, also. And in order to send out 7-bit JIS mail using MailHost, that has to be patched as well. If you're interested, maybe we could share patches :-) . --Brian
Brian Hooper wrote:
Not really - there are a few small issues with character encoding.
I think depending on your machine and OS environment you may have to add a timezone mapping or two to DateTime.py, also. And in order to send out 7-bit JIS mail using MailHost, that has to be patched as well. If you're interested, maybe we could share patches :-) .
--Brian
Have you succeeded to utilized ZCatalog with Japanese documents? LEE Kwan Soo
participants (3)
-
Brian Hooper -
Itai Tavor -
À̰ü¼ö