This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients loewis, pitrou
Date 2008-08-16.13:06:58
SpamBayes Score 0.042808007
Marked as misclassified No
Message-id <1218892019.54.0.564506218547.issue3542@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-16 13:06:59loewissetrecipients: + loewis, pitrou
2008-08-16 13:06:59loewissetmessageid: <1218892019.54.0.564506218547.issue3542@psf.upfronthosting.co.za>
2008-08-16 13:06:58loewislinkissue3542 messages
2008-08-16 13:06:58loewiscreate