[Bug 210995] cat -v fails to tag characters in extended table with M- prefix with some locales
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 15 09:50:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995
--- Comment #9 from Sevan Janiyan <venture37 at 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 it'd
create less churn in the future to switch or add new additions to setlocale().
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list