> Wide unicode is currently not supported on Windows. A number of[color=blue]
> internal APIs (in particular for the registry, and for the "mbcs"
> codec) assume that sizeof(Py_UNICO DE) is 2. Contributions are
> welcome.[/color]
[color=blue]
>Even with that fixed, Pythonwin would still need a major rework
> to support wide Unicode.[/color]
Thanks Martin for your reply. So this looks rather dim. I usually
work on a Mac, where wide support is just a matter of
../configure --enable-unicode=ucs4
make
so I foolishly thought it must be similar on Windows.
All the best,
chris
> internal APIs (in particular for the registry, and for the "mbcs"
> codec) assume that sizeof(Py_UNICO DE) is 2. Contributions are
> welcome.[/color]
[color=blue]
>Even with that fixed, Pythonwin would still need a major rework
> to support wide Unicode.[/color]
Thanks Martin for your reply. So this looks rather dim. I usually
work on a Mac, where wide support is just a matter of
../configure --enable-unicode=ucs4
make
so I foolishly thought it must be similar on Windows.
All the best,
chris
Comment