[Bug 202290] /usr/bin/vi conversion error on valid character
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 13 12:43:30 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202290
Bug ID: 202290
Summary: /usr/bin/vi conversion error on valid character
Product: Base System
Version: 10.2-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: lampa at fit.vutbr.cz
uname -a
FreeBSD xxxx 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #8 r286147:
export LANG=cs_CZ.ISO8859-2
echo "á " >/tmp/x # a acute (0xE1) and space
/usr/bin/vi /tmp/x
Conversion error on line 1;
hd /tmp/x
00000000 e1 20 0a
It happens only when "a acute" is succeeded by "space".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list