emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

downcase'ing wrt locale in smtpmail.el


From: yazicivo
Subject: downcase'ing wrt locale in smtpmail.el
Date: Wed, 28 Mar 2007 19:47:14 +0300

Hi,

In smtpmail.el, protocol messages are getting downcased with respect
to current locale. For instance, it downcases AUTH methods (LOGIN,
PLAIN, etc.) and then compares them with the related downcased symbols
'(login plain ...). And in Turkish, a downcased I is ı (dotless i),
not i. Therefore, comparison fails because of logın != login or plaın
!= plain. IMHO, downcased must be applied using en_US locale.

To reproduce the problem, start emacs with LC_CTYPE=tr_TR prefix and
try to send a mail via smtpmail package.


Regards.




reply via email to

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