From owner-freebsd-python@freebsd.org Wed Nov 2 19:02:31 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56970C2C549 for ; Wed, 2 Nov 2016 19:02:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A76F21FED for ; Wed, 2 Nov 2016 19:02:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 91DF7C2C547; Wed, 2 Nov 2016 19:02:30 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 914EEC2C546 for ; Wed, 2 Nov 2016 19:02:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7271F1FE6 for ; Wed, 2 Nov 2016 19:02:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2J2T5I089963 for ; Wed, 2 Nov 2016 19:02:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 213149] www/rtv: Update to 1.13.0, Take MAINTAINER'ship Date: Wed, 02 Nov 2016 19:02:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dbaio@bsd.com.br X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 19:02:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213149 --- Comment #3 from Danilo G. Baio (dbaio) --- 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=3D LC_CTYPE=3D"C" LC_COLLATE=3D"C" LC_TIME=3D"C" LC_NUMERIC=3D"C" LC_MONETARY=3D"C" LC_MESSAGES=3D"C" LC_ALL=3D 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=3Dpt_BR.UTF-8 LC_CTYPE=3D"pt_BR.UTF-8" LC_COLLATE=3D"pt_BR.UTF-8" LC_TIME=3D"pt_BR.UTF-8" LC_NUMERIC=3D"pt_BR.UTF-8" LC_MONETARY=3D"pt_BR.UTF-8" LC_MESSAGES=3D"pt_BR.UTF-8" LC_ALL=3D Are you able to run rtv with unicode on python !=3D 2.7 ? I will do more tests... Could you edit this issue putting needs-qa on keywo= rds field ? Regards. [1] - https://github.com/michael-lazar/rtv/issues/316 --=20 You are receiving this mail because: You are on the CC list for the bug.=