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

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

Re: upcase-region changes 'i' to 'P'


From: Geoff Odhner
Subject: Re: upcase-region changes 'i' to 'P'
Date: Wed, 28 Sep 2005 14:33:34 -0400

Thank you for your response which helped me locate the offending code.  I 
had in my .emacs file the following customization setting left over from 
version 21:

    '(enable-multibyte-characters nil)

Now that I have removed it for 22 the problem has gone away.  I don't 
understand why this enabled the Turkish translation, but my problem, at 
least, is fixed.

Regards,

Geoff Odhner


"Richard M. Stallman" <address@hidden> wrote on 09/28/2005 01:10:23 PM:

>       When I look at (standard-case-table) I see a
>     sequence which looks as if it is used for converting to uppercase,
>     containing the following subsequence: 65 66 67 68 69 70 71 72 331856
>     74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90.  The 331856 
should
>     be a 73 to yield an 'I', but I don't understand the code which
>     initializes this table, nor do I understand the overall structure of
>     the table, so I don't know how it gets this value.
> 
> This looks like it's in a mode designed for Turkish, turning i into
> capital I-with-dot.  Meanwhile, capital I corresponds to lower-case
> dotless i.
> 
> You must have done something that enabled this mode.  What was it?
> (I am not sure how one is supposed to enable it.)
> 





reply via email to

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