Emacs coding system error

Hello everyone! I have a problem with encoding in Emacs. After executing this code (example):

(let ((buffer (url-retrieve-synchronously "https://forums.opensuse.org/forumdisplay.php/909-P%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9-%28Russian%29")))
  (switch-to-buffer buffer))

I see in buffer:

http://paste.opensuse.org/images/72712116.png

instead of text in Russian. What could it be?

OpenSUSE 13.1 - Emacs Version 24.5 Release 210.1

Hi,

I’m not sure it is related to your issue but the

^M

AFAIK is not Linux line endings probably it is a Mac/Apple line ending. Since i don’t use emacs I am not really sure if emacs does that :slight_smile:

Note: “It seems that the process output was decoded as Latin-1 instead of UTF-8. I want to recode it!” >>](http://emacswiki.org/emacs/ChangingEncodings)
I’ll check later…