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 Jimbo
Recipients Jimbo
Date 2008-01-21.19:14:04
SpamBayes Score 0.36329573
Marked as misclassified No
Message-id <1200942846.08.0.229949051028.issue1884@psf.upfronthosting.co.za>
In-reply-to
Content
I believe Codepage (a summary property which must be set *before* any
other string value), is a string.  Documentation admits it might also be
an integer, but it doesn't matter.  Both foo.SetProperty(PID_CODEPAGE,
'1252') and foo.SetProperty(PID_CODEPAGE, 1252) raise "unknown error 65d".

I believe 0x65d  (1629d)  to be ERROR_DATATYPE_MISMATCH.
History
Date User Action Args
2008-01-21 19:14:06Jimbosetspambayes_score: 0.363296 -> 0.36329573
recipients: + Jimbo
2008-01-21 19:14:06Jimbosetspambayes_score: 0.363296 -> 0.363296
messageid: <1200942846.08.0.229949051028.issue1884@psf.upfronthosting.co.za>
2008-01-21 19:14:04Jimbolinkissue1884 messages
2008-01-21 19:14:04Jimbocreate