help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Encoding/decoding problems


From: Deniz Dogan
Subject: Encoding/decoding problems
Date: Thu, 28 Jul 2011 10:18:04 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0

I'm fetching an XML document that's uses iso-8859-1 coding with `url-retrieve' and then I parse it using `xml-parse-region'.

After that, I get the parts of the document that I want and insert them into a buffer. However, the Swedish characters å, ä and ö are displayed as \345, \344 and \326 respectively.

I've tried messing around with `encode-coding-region' and `decode-coding-region' but I'm really not sure what to do here.

Any help appreciated!

Deniz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]