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

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

No i-search for ¡, £, ¥ ... in is o-8859-15 coded buffer


From: Peter Dyballa
Subject: No i-search for ¡, £, ¥ ... in is o-8859-15 coded buffer
Date: Wed, 9 Nov 2005 23:19:19 +0100

Hello!

In a buffer starting with ';;; -*- mode: Text; coding: iso-8859-15; -*-' (-0: in the mode-line) and holding the characters in the range 160-255 i-search for €, Œ, œ is successful, but it fails for quite all others (I stopped at Â).

£ = 243 = 163 = A3 = U+00A3 =    C2 A3 : POUND SIGN
€ = 244 = 164 = A4 = U+20AC = E2 82 AC : EURO SIGN
§ = 247 = 167 = A7 = U+00A7 =    C2 A7 : SECTION SIGN
 = 302 = 194 = C2 = U+00C2 = C3 82 : LATIN CAPITAL LETTER A WITH CIRCUMFLEX

when I have set:

unify-8859-on-decoding-mode nil
unify-8859-on-encoding-mode t

  character: £ (07443, 3875, 0xf23, U+00A3)
    charset: [latin-iso8859-15]
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: [35]
     syntax: w  which means: word
   category: l:Latin
buffer code: 0x8E 0xA3
  file code: 0xA3 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xA3)

  character: € (07444, 3876, 0xf24, U+20AC)
    charset: [latin-iso8859-15]
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: [36]
     syntax: w  which means: word
   category: l:Latin
buffer code: 0x8E 0xA4
  file code: 0xA4 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xA4)

  character: § (07447, 3879, 0xf27, U+00A7)
    charset: [latin-iso8859-15]
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: [39]
     syntax: .  which means: punctuation
   category: l:Latin
buffer code: 0x8E 0xA7
  file code: 0xA7 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xA7)

  character: Â (07502, 3906, 0xf42, U+00C2)
    charset: [latin-iso8859-15]
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: [66]
     syntax: w  which means: word
   category: l:Latin
buffer code: 0x8E 0xC2
  file code: 0xC2 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xC2)

2211 (#o4243, #x8a3)
3876 (#o7444, #xf24)
2215 (#o4247, #x8a7)
2242 (#o4302, #x8c2)

When I change unify-8859-on-decoding-mode to t it's the other way 'round ...


In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0, X toolkit, Xaw3d scroll bars)
 of 2005-11-09 on Latsche.local
X server distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--without-pop' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--enable-locallisppath=/Library/Application Support/Emacs/calendar22:/Library/Application Support/Emacs/preview:/Library/Application Support/Emacs/auctex/images:/Library/Application Support/Emacs/auctex:/Library/Application Support/Emacs' 'CFLAGS=-ggdb -pipe -faltivec -maltivec -mcpu=740 -no-cpp-precomp -fomit-frame-pointer -foptimize-register-move -fcprop-registers -frename-registers -freorder-blocks -fpeephole -mpowerpc-gfxopt -mpowerpc-gpopt' 'CPPFLAGS=-I/usr/local/include -I/sw/include/libpng12 -I/sw/lib/pango-ft219/include -I/sw/include/pango-1.0 -I/sw/lib/freetype219/include -I/sw/include' 'LDFLAGS=-L/usr/X11R6/lib -L/usr/local/lib -L/sw/lib/ncurses -L/sw/lib/freetype219/lib -L/sw/lib/pango-ft219/lib -L/sw/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t


--
Mit friedvollen Grüßen

  Pete

"If builders built buildings the way programmers write programs, then
the first woodpecker that came along would destroy civilization."
                              -- Weinberg's Second Law.





reply via email to

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