https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210995
--- Comment #3 from Andrey Chernov <[email protected]> --- >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. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
