GNU bug report logs - #7962
23.2; capitalize letters ISO-8859-1 with diacritic signs in emacs 23.2.1

Previous Next

Package: emacs;

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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Emmanuel Bigler <Emmanuel.Bigler <at> ens2m.fr>
Cc: 7962 <at> debbugs.gnu.org
Subject: bug#7962: 23.2; capitalize letters ISO-8859-1 with diacritic signs in emacs 23.2.1
Date: Wed, 02 Feb 2011 14:53:29 -0500
> Hello from France !

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




This bug report was last modified 14 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.