* Handle character case conversions with the '~' vi command correctly if the

length of the converted multibyte sequence is smaller than the original one.
This commit is contained in:
Gunnar Ritter
2005-01-01 23:14:53 +00:00
parent f5b548bc9b
commit 7a66b78ed7
3 changed files with 24 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
Release ...
* Handle character case conversions with the '~' vi command correctly if the
length of the converted multibyte sequence is smaller than the original one.
Release 12/2/04
* Support for multibyte character locales was added.
* The code has been converted to ANSI C, and support for pre-POSIX systems has