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

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

Re: recoding a buffer coding system


From: Eli Zaretskii
Subject: Re: recoding a buffer coding system
Date: Sun, 16 Aug 2009 20:06:53 +0300

> From: Santiago Mejia <mejia@uchicago.edu>
> Date: Sun, 16 Aug 2009 08:49:25 -0500
> 
> I tried debugging my program, by going step by step through the
> (write-file "foo") and (insert-file-contents "foo") functions, to see if
> I could figure out where was the conjuring trick done.  However, I did
> not quite found it (that is why I appealed to the list).

I'm quite sure it works because insert-file-contents decodes the UTF-8
sequences into Unicode characters.  That's not a bug, but the correct
behavior.

The bug seems to be in url-retrieve-synchronously, so you might as
well stop looking at write-file and insert-file-contents.




reply via email to

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