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