[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
Fri Aug 5 14:49:39 UTC 2016


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

--- Comment #7 from Andrey Chernov <ache at FreeBSD.org> ---
BTW, this is wrong:
foreach i ( `jot 178 178 356` )
echo a | tr 'a' "\$i" | cat -v

tr suppose to take \octal numbers only, but they are decimal.

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


More information about the freebsd-bugs mailing list