simonsteele / pn

Programmer's Notepad
372 stars 115 forks source link

Delete multibytes Unicode char (NOT ascii) work strange. #180

Open doodoori2 opened 5 years ago

doodoori2 commented 5 years ago

There are some letters are consisting of several bytes. (Especially Korean generally using 2 bytes for 1 character)

If user press the backspace key while typing, it expected to cancel last key pressed before. (like a undo)

but If user press backspace when the input is already completed, it expect to delete the character left of the cursor. It seems that the character is broken by deleting one byte.