Re: [Tutor] Japanese and COM

2006-03-17 Thread Kent Johnson
Ryan Ginstrom wrote: > I'm (still) having trouble using Japanese in python. > > I want to use Japanese with the win32com module. But while I can retrieve > Japanese text from a COM server without problems, if I try to send Japanese > text to a COM server it comes out garbled. > > Here is an examp

[Tutor] Japanese and COM

2006-03-16 Thread Ryan Ginstrom
I'm (still) having trouble using Japanese in python. I want to use Japanese with the win32com module. But while I can retrieve Japanese text from a COM server without problems, if I try to send Japanese text to a COM server it comes out garbled. Here is an example: #-*- coding: utf-8 -*- import