-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.4.9, 2.6.4, 2.7.5
-
Component/s: Shell
-
ALL
-
Server 2.7.4, Server 2.7.5, Server 2.7.6
if there are no multi-byte at first line, didn't comes up. but have multi-byte characters (more than 2 characters) always did.
eg)
> aaaaa가나다aaaaa|(end of shell)
aa
when I write next "a", should be
> aaaaa가나다aaaaa|(end of shell)
aaa
but
> aaaaa가나다aaaaa|(end of shell)
aaaaaaa가나다aaaaa|(end of shell)
aaa
- depends on
-
SERVER-6086 Unicode/UTF-8 in the shell needs to handle zero-width and double-width characters
- Closed
- is related to
-
SERVER-14741 linenoise does not erase characters at end of line when backspacing over multi-byte characters in Windows
- Backlog
- links to