]> git.eshelyaron.com Git - emacs.git/commit
Send proper substitution character to Android IMEs
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jun 2024 02:04:07 +0000 (10:04 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:31:09 +0000 (19:31 +0200)
commit7ab2f4956049c9861510792c8b07c97703ed48bb
treea8c9c6aea705254aa92353cd064d3811a2e795de
parent660184122612884c8ca3140ca14e01e48ab2641a
Send proper substitution character to Android IMEs

* src/androidterm.c (android_text_to_string): Substitute
REPLACEMENT CHARACTER for NULL in converting characters not
representable without surrogate pairs to UTF-16.

(cherry picked from commit 25452986cbcf3db02cf0b5b624a03bc146b5d80c)
src/androidterm.c