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

Alexander Klein <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.klein@physiologie
                   |                            |.med.uni-giessen.de

--- Comment #2 from Alexander Klein 
<[email protected]> ---
I see something similar in 10.3-RELEASE-p7 after playing around with Greek
Unicode characters in zsh. I have the following line in my histfile, which
contains a few Greek characters at the beginning, then the 0xb1, which I don't
remember how to type, and then only ASCII-characters.

% sed -n -e 837p histfile | od -c
0000000    ρ  **   θ  **   θ  **   σ  ** 261               g   h   f   g
0000020   \n                                                            
0000021

% sed -n -e 837p histfile | hexdump -C
00000000  cf 81 ce b8 ce b8 cf 83  b1 20 20 20 67 68 66 67  |.........   ghfg|
00000010  0a                                                |.|
00000011

When writing the file, vi truncates it right at this point.

-- 
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]"

Reply via email to