mirror of
https://github.com/neovim/neovim.git
synced 2026-02-15 00:41:21 +10:00
Problems: - Illegal bytes after valid UTF-8 char cause utf_cp_*_off() to fail. - When stream isn't NUL-terminated, utf_cp_*_off() may go over the end. Solution: Don't go over end of the char of end of the string.
9.1 KiB
9.1 KiB