Browse Source
Using `insert` directly makes use of character conversion and may scramble the byte when inserting into the buffer (indeed, `insert` does not seem to insert the byte, but the characters whose code-points is given in the string; same for `insert-char`).master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue