emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Locale Dependent Downcasing in smtpmail]


From: David Kastrup
Subject: Re: address@hidden: Locale Dependent Downcasing in smtpmail]
Date: Tue, 03 Apr 2007 20:44:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Volkan YAZICI <address@hidden> writes:

> David Kastrup <address@hidden> writes:
>> Yes, I understood all that.  But please clear whether you were
>> serious about (downcase "i"):
>
> ;; These are results from an emacs session started with
> ;; LC_CTYPE=tr_TR.UTF-8 locale and they're correct.
> (downcase "ıI iİ") ==> "ıı ii"
> (upcase   "ıI iİ") ==> "II İİ"
>
> Rule is easy, dotted and dotless i and I are different characters,
> therefore respectively their uppercase and lowercase ones differ too.
>
>  "ı" ==> "I"
>  "i" ==> "İ"
>
> I hope this clarifies the problem.

Yes.  It means that the complete last line of your example was wrong.
Even in Turkish, (downcase "text/plain") will be "text/plain" then.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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