https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213149

--- Comment #3 from Danilo G. Baio (dbaio) <db...@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.
_______________________________________________
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"

Reply via email to