Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 09:50:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales
Message-ID:  <bug-210995-8-3u4EIiAdkp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210995-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210995-8@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=3D210995

--- Comment #9 from Sevan Janiyan <venture37@geeklan.co.uk> ---
(In reply to Andrey Chernov from comment #2)
unless you want to be specific in the LC_ variables to inherit, it's better
moving forward that you opt for LC_ALL, at present (tested on FreeBSD), only
having LC_CTYPE means that localisation is broken

Eg
Stock cat in base:
% cat ouauouau
cat: ouauouau: No such file or directory

Using LC_ALL instead.
% /usr/obj/usr/src/bin/cat/cat thotuhou
cat: thotuhou: Datei oder Verzeichnis nicht gefunden

I could ammend the patch to use the addition of the specific variable but i=
t'd
create less churn in the future to switch or add new additions to setlocale=
().

--=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-210995-8-3u4EIiAdkp>