Date: Wed, 02 Nov 2016 19:02:30 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 213149] www/rtv: Update to 1.13.0, Take MAINTAINER'ship Message-ID: <bug-213149-21822-JkWtHyCOBR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213149-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-213149-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213149 --- Comment #3 from Danilo G. Baio (dbaio) <dbaio@bsd.com.br> --- Hi Tilman. With python 2.7, 3.4 and 3.5 I can run rtv without crashes, but always using ascii mode: "UserWarning: System encoding was detected as (None) instead of UTF-8, falling back to ascii only mode warnings.warn(text)" From /tmp/rtv.log $ locale LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= That's why I am proposing this, but you have an important point that I didn't noticed. Using a locale, like this below, I got crashes on python 2.7, 3.4 and 3.5, like you reported on [1]. $ locale LANG=pt_BR.UTF-8 LC_CTYPE="pt_BR.UTF-8" LC_COLLATE="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_MONETARY="pt_BR.UTF-8" LC_MESSAGES="pt_BR.UTF-8" LC_ALL= Are you able to run rtv with unicode on python != 2.7 ? I will do more tests... Could you edit this issue putting needs-qa on keywords field ? Regards. [1] - https://github.com/michael-lazar/rtv/issues/316 -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213149-21822-JkWtHyCOBR>
