That's correct - it is no longer necessary to convert unicode to ascii for pywin32's sake. You may have other reasons to perform either that conversion or a completely different conversion, but again, not because pywin32 insists.
Cheers, Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of k f Sent: Saturday, 3 February 2007 4:03 AM To: python-win32@python.org Subject: [python-win32] question about DynamicPolicy.py Greetings, In Chapter 12 of "Python Programming on Win32" there is a sample code demonstrating how to expose a python module in a COM server. A function named FixArgs is used in the example to convert Unicode string to ascii string. I'm guessing this is no longer necessary for the recent versions of python. Btw, I'm using version 2.5. Can anyone confirm this? Thank you. -- Kelie
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32