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 steve.dower
Recipients python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-02-20.16:29:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424449743.45.0.909717998241.issue23018@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the .rc files should actually be UCS-2, since that's how the strings are going to be stored into the executables.

If I rename the .h file to .h_ (and change the encoding to UCS-2 with BOM), will it be ignored by argument clinic?
History
Date User Action Args
2015-02-20 16:29:03steve.dowersetrecipients: + steve.dower, tim.golden, python-dev, zach.ware, serhiy.storchaka
2015-02-20 16:29:03steve.dowersetmessageid: <1424449743.45.0.909717998241.issue23018@psf.upfronthosting.co.za>
2015-02-20 16:29:03steve.dowerlinkissue23018 messages
2015-02-20 16:29:03steve.dowercreate