Displaying 1 result from an estimated 1 matches for "maxunicode".
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
...t;make install on Samba's private
Python build that's normally done in the 'install_with_python' shell script
and configure it with --enable-unicode=ucs2 but even though it built
successfully, executing /usr/local/samba/python/bin/python and doing an
import sys followed by print sys.maxunicode gives a value of 1114111. So
either my config command was ignored completely or there's something else
going on that I just don't understand. If that's the case and someone in
here knows enough to enlighten the new guy on what's happening or at least
direct me to some relevant inf...