https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213149
--- Comment #4 from Danilo G. Baio (dbaio) <db...@bsd.com.br> --- Hi again. Based on this comment [1] I've used this patch[2], easy/fast/ugly approach, just for POC. # Python 2.7 - unicode - libncursesw /r/brasil http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/2016-11-02-184448_1366x768_scrot__unicode_py27.png /r/ru http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/2016-11-02-184501_1366x768_scrot__unicode_py27.png It works... but other problems could/will show up. I've tried another patch [3] as well, but python didn't linked with ncursesw. $ ldd /usr/local/lib/libreadline.so /usr/local/lib/libreadline.so: libncurses.so.8 => /lib/libncurses.so.8 (0x80124c000) libc.so.7 => /lib/libc.so.7 (0x800823000) ldd /usr/local/lib/libreadline.so /usr/local/lib/libreadline.so: libncurses.so.8 => /lib/libncurses.so.8 (0x80124c000) libncursesw.so.8 => /lib/libncursesw.so.8 (0x8014a0000) libc.so.7 => /lib/libc.so.7 (0x800823000) I think this is a problem of python/readline/ncurses. [1] - https://github.com/michael-lazar/rtv/issues/316#issuecomment-257666756 [2] - http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/python_curses.patch [3] - http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/readline-termcapw.patch For the record: # Python 2.7 - rtv ascii http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-094715_1366x768_scrot__ascii.png http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-094734_1366x768_scrot__ascii.png # Python 2.7 - rtv unicode http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-190312_1366x768_scrot__unicode.png # Python 2.7 - rtv ascii http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-100810_1366x768_scrot__ascii.png http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-100827_1366x768_scrot__ascii.png # Python 3.4 - rtv unicode http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-205235_1366x768_scrot__unicode.png http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-205304_1366x768_scrot__unicode.png -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"