Re Wide Unicode build for Windows available somewhere?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christian Wittern

    #1

    Re Wide Unicode build for Windows available somewhere?

    > 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
  • News M Claveau /Hamster-P

    #2
    Re: Re Wide Unicode build for Windows available somewhere?

    Hi !

    See inconvcodec wrapper, at : http://cjkpython.berlios.de/

    (not for Python 2.4)


    Comment

    Working...