[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
url-retrieve and utf-8
From: |
William Xu |
Subject: |
url-retrieve and utf-8 |
Date: |
Mon, 04 Feb 2008 17:28:34 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (darwin) |
How to correctly handle utf-8 encoded html pages fetched by
url-retrieve? Or is there a way to specify a coding system for
read/write in the buffer returned by url-retrieve?
At present, I tried to call:
(decode-coding-string (buffer-string) 'utf-8)
But the result is only partially correct. For example, when there are a
mix of ascii and japanese characters, it only returns the ascii part.
--
William
http://williamxu.net9.org
- url-retrieve and utf-8,
William Xu <=
- Re: url-retrieve and utf-8, William Xu, 2008/02/04
- Re: url-retrieve and utf-8, Andreas Röhler, 2008/02/04
- Re: url-retrieve and utf-8, William Xu, 2008/02/04
- Re: url-retrieve and utf-8, Andreas Röhler, 2008/02/05
- Re: url-retrieve and utf-8, William Xu, 2008/02/06
- Re: url-retrieve and utf-8, Andreas Röhler, 2008/02/05
- Re: url-retrieve and utf-8, William Xu, 2008/02/06
- Re: url-retrieve and utf-8, Andreas Röhler, 2008/02/06
- Message not available
- Re: url-retrieve and utf-8, Stefan Monnier, 2008/02/06
- Re: url-retrieve and utf-8, William Xu, 2008/02/07