Message117795
> You can tweak the Windows pyconfig.h to use UCS4, AFAIK, if you want to
> test drive this case.
I seem to recall seeing some other code that assumed Windows implied UCS2. Proceed with caution. ;-)
> But it's probably easier to configure with "gcc -fshort-wchar" on
> Linux :-)
libc will still be using sizeof(wchar_t) == 4, though. Won't that cause Bad Things to happen when calling libc wide-character functions? |
|
Date |
User |
Action |
Args |
2010-10-01 13:01:46 | stutzbach | set | recipients:
+ stutzbach, lemburg, theller, vstinner, ezio.melotti |
2010-10-01 13:01:42 | stutzbach | set | messageid: <1285938102.22.0.237782334505.issue8670@psf.upfronthosting.co.za> |
2010-10-01 13:01:40 | stutzbach | link | issue8670 messages |
2010-10-01 13:01:39 | stutzbach | create | |
|