From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?=" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make url-basic-auth support non-ascii passwords Date: Sat, 20 Sep 2008 23:02:44 +0300 Message-ID: <19e566510809201302w5870e1cbp64bd332b70eade0c@mail.gmail.com> References: <19e566510808260923t43d0b222l2a5e5b0500396d5@mail.gmail.com> <19e566510808282355g6a508b37vd59852a5a32cb3b7@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221941010 12854 80.91.229.12 (20 Sep 2008 20:03:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 20:03:30 +0000 (UTC) Cc: emacs- devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 20 22:04:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kh8gr-0006wV-1V for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2008 22:04:25 +0200 Original-Received: from localhost ([127.0.0.1]:58670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh8fp-0001Ao-Ni for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2008 16:03:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kh8fH-0000s3-Vb for emacs-devel@gnu.org; Sat, 20 Sep 2008 16:02:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kh8fH-0000rY-48 for emacs-devel@gnu.org; Sat, 20 Sep 2008 16:02:47 -0400 Original-Received: from [199.232.76.173] (port=49759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh8fG-0000rT-RN for emacs-devel@gnu.org; Sat, 20 Sep 2008 16:02:46 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.150]:32082) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kh8fG-0004vY-BI for emacs-devel@gnu.org; Sat, 20 Sep 2008 16:02:46 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 4so283802eyg.24 for ; Sat, 20 Sep 2008 13:02:44 -0700 (PDT) Original-Received: by 10.210.115.15 with SMTP id n15mr2234349ebc.141.1221940964479; Sat, 20 Sep 2008 13:02:44 -0700 (PDT) Original-Received: by 10.210.79.16 with HTTP; Sat, 20 Sep 2008 13:02:44 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104000 Archived-At: On Fri, Aug 29, 2008 at 22:37, Stefan Monnier wrote: >>> url-basic-auth uses base64-encode-string but the password string can >>> contain non-ascii characters. In which case encode-coding-string >>> should be used. Attached patch fixes the issue. > >> Could someone comment on this please? It fixes twit.el authentication >> problem for me. > > It sounds right, but I still haven't had time to get to this part of my > backlog, Ping please?