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: Sat, 15 Aug 2009 18:24:33 +0300

> From: Santiago Mejia <mejia@uchicago.edu>
> Date: Sat, 15 Aug 2009 09:31:40 -0500
> 
> (switch-to-buffer (url-retrieve-synchronously 
> "http://www.wordreference.com/deen/grun";))
> 
> In the buffer *http www:wordreference.com:80* I see the character that
> firefox displays as "ü" (u with umlaut) as \303\274.

\303\274 is the UTF-8 representation of ü.  I'm guessing that the
buffer where it is displayed as \303\274 is a unibyte buffer.

> As I said, however, if I merely save and reopen the file, the characters
> get shown properly.

Does it help to say "M-: (set-buffer-multibyte t) RET"?





reply via email to

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