Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 18:58:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196269] sysutils/py-ranger: wrong characters in non-ascii filenames
Message-ID:  <bug-196269-13-sMfsLvpBbk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196269-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196269-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196269

c.brinkhaus@t-online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c.brinkhaus@t-online.de

--- Comment #5 from c.brinkhaus@t-online.de ---
Created attachment 165925
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165925&action=
=3Dedit
The environment of ranger is changed to LANG=3DC.

I have tried to find how to make ranger work with non-ascii characters in an
utf-8 environment without success. But ranger works in an environment with
LANG=3DC. Therefore I propose the patch as attached. It simply adds

from os import putenv
putenv('LANG', 'C')

to ranger.py. What do you think about this method?

Kind regards,
Christoph

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196269-13-sMfsLvpBbk>