A small release to fix two potential crashes
-
fix: fix crash when input is invalid utf8
(50e3a8)
zf incorrectly assumed that the input was valid utf-8 encoded unicode. Now the input is validated before normalization.
-
fix: avoid integer overflow when selecting line down
(0456b7)