[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Maybe the Location: line at the top of the screen should retain the %0A
- From: Hideyuki SHIRAI (白井秀行) <shirai@xxxxxxxxxxx>
- Date: Fri, 13 Jul 2012 19:46:50 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 11899
- References: <87hatel96b.fsf@xxxxxxxxxxx> <b4mfw8x26wg.fsf@xxxxxxx>
白井です。
ごめんなさい。また、日本語。。。
From: Katsumi Yamaoka <yamaoka@xxxxxxx> さん曰く
Subject: [emacs-w3m:11898] Re: Maybe the Location: line at the top of the screen should retain the %0A
Message-ID: <b4mfw8x26wg.fsf@xxxxxxx>
Date: Thu, 12 Jul 2012 08:51:43 +0900
> In [emacs-w3m : No.11896] jidanni@xxxxxxxxxxx wrote:
>> Maybe the Location: line at the top of the screen should retain the %0A
>> when browsing
>> http://en.wikipedia.org/wiki/iTouch%0A
>> to better reveal the error.
>
> Ok, Ive made it retain %00~%0F and %7F~%9F as is.
このスレッド全然追いかけていなかったので、なにが問題だったのか考
えるのはこれからなのですが。。。
(w3m-url-decode-string
"http://ja.wikipedia.org/wiki/%E3%82%B9%E3%83%86%E3%82%A3%E3%83%BC%E3%83%96%E3%83%BB%E3%82%B8%E3%83%A7%E3%83%96%E3%82%BA"
'utf-8)
=> "http://ja.wikipedia.org/wiki/スティーブ・ジョブズ"
(w3m-url-decode-string
"http://ja.wikipedia.org/wiki/%E3%82%B9%E3%83%86%E3%82%A3%E3%83%BC%E3%83%96%E3%83%BB%E3%82%B8%E3%83%A7%E3%83%96%E3%82%BA"
'utf-8
"%\\(?:[2-6][0-9a-f]\\|7[0-9a-e]\\|[a-f][0-9a-f]\\)")
==> "http://ja.wikipedia.org/wiki/
%82
%83%86
%82
.... 以下略
で、w3m-input-url() の initial が上の様になっちゃっています。と
りあえず、ご報告。
--
白井秀行 (mailto:shirai@xxxxxxxxxxx)