]> git.eshelyaron.com Git - emacs.git/commit
Use locale coding system to decode XIM preedit text
authorPo Lu <luangruo@yahoo.com>
Sat, 22 Jan 2022 08:16:26 +0000 (16:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 22 Jan 2022 08:16:26 +0000 (16:16 +0800)
commit2b72558527fd2f31274f665244ad84fe90a19bd5
treeac58e3957cdd5ae2d1d499d3ced3c0d50191d209
parent246557f33e13a437d3582445f914a7170ee11027
Use locale coding system to decode XIM preedit text

* src/xfns.c (x_xim_text_to_utf8_unix): XIMs typically return
text in the locale coding system, so use that instead.
src/xfns.c