GNU bug report logs -
#7962
23.2; capitalize letters ISO-8859-1 with diacritic signs in emacs 23.2.1
Previous Next
Reported by: Emmanuel Bigler <Emmanuel.Bigler <at> ens2m.fr>
Date: Wed, 2 Feb 2011 14:42:03 UTC
Severity: normal
Found in version 23.2
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Le 02/02/2011 20:53, Stefan Monnier a écrit :
> Hello from New France,
>
>> I have been using emacs for decades and in a previous version emacs 22
>> the function capitalize word used to work properly with the European
>> character set ISO-8859-1
> You have:
>
> default enable-multibyte-characters: nil
> which is deprecated and means that Emacs should treat your files as
> containing bytes rather than chars, so it can't do a good job putting
> those bytes in upper or lower case since it doesn't know what they're
> meant to represent.
> I.e. please fix your .emacs so as not to set the default
> enable-multibyte-characters to nil.
>
>
> Stefan
>
Thanks !
Using (toggle-enable-multibyte-characters nil) solves the problem but
brings in another issue, namely the compatibilityu of all my previous
documents written in unibyte ISO-8859-1. ... but this is another issue.
--
Emmanuel Bigler
This bug report was last modified 14 years and 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.