3

I'm using (occasionaly) emacs24.3 on windows 8 and I have a problem of encoding when pasting text, non ascii characters being replaced by their \uucode. My emacs coding default are utf-8

I tried to have a quick look in the apropos help, but nothing matched the keywords i used.

What would be the variable to configure, and the value of system encoding for a windows os?

AdrieanKhisbe
  • 3,899
  • 8
  • 37
  • 45
  • Here are my settings, which I believe includes the clipboard (i.e., selection): http://stackoverflow.com/a/20736147/2112489 – lawlist Mar 26 '14 at 00:02

1 Answers1

7

After some digging, and orientation from lawlist link

I went for (set-clipboard-coding-system 'utf-16le-dos)

Community
  • 1
  • 1
AdrieanKhisbe
  • 3,899
  • 8
  • 37
  • 45