[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Make url-basic-auth support non-ascii passwords
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] Make url-basic-auth support non-ascii passwords |
Date: |
Fri, 29 Aug 2008 15:37:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> 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,
Stefan