Martin v. Löwis <[EMAIL PROTECTED]> added the comment:

Thanks for the report. This is now fixed in r65709.

The right approach is to use the MS "wide string" API whereever
possible, e.g. invoke MsiSummarySetPropertyInfoW (instead of
MsiSummarySetPropertyInfo, as that defaults to MsiSummarySetPropertyInfoA).

If you ever find that you need to encode a Unicode string to a byte
string so that some "ANSI" API can accept it, use the "mbcs" encoding.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3542>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to