Date: Fri, 05 Aug 2016 06:54:20 +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-fVSN90ioXs@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 #3 from Andrey Chernov <ache@FreeBSD.org> --- >From second thought, this patch does not help at all. Looking at the code I realize that cat should use wide chars everywhere, getwc(), isw*() etc (with fallback to getc() on error). Current code suppose single byte locale and will works incorrectly for any multibyte locale. --=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-fVSN90ioXs>
