ucs2

How to find out if Python is compiled with UCS-2 or UCS-4?

How to find out if Python is compiled with UCS-2 or UCS-4? Question: Just what the title says. $ ./configure –help | grep -i ucs –enable-unicode[=ucs[24]] Searching the official documentation, I found this: sys.maxunicode: An integer giving the largest supported code point for a Unicode character. The value of this depends on the configuration option …

Total answers: 7