Closed bburns closed 8 years ago
This is related to selection-coding-system
-
(setq selection-coding-system 'utf-8-unix) ; was causing chinese characters to revert to ascii
(setq selection-coding-system 'utf-16le-dos) ; default for windows - works better with chinese
Somehow reading the clipboard contents resets it to just have plain ascii format