GNU bug report logs - #13041
24.2; diacritic-fold-search

Previous Next

Package: emacs;

Reported by: perin <at> acm.org

Date: Fri, 30 Nov 2012 18:31:02 UTC

Severity: wishlist

Found in version 24.2

Fixed in version 25.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kenichi Handa <handa <at> gnu.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: rudalics <at> gmx.at, eliz <at> gnu.org, perin <at> panix.com, 13041 <at> debbugs.gnu.org, perin <at> acm.org
Subject: bug#13041: 24.2; diacritic-fold-search
Date: Thu, 06 Dec 2012 18:25:12 +0900
In article <707786B35E94470FB727BCF7F3DDA41A <at> us.oracle.com>, "Drew Adams" <drew.adams <at> oracle.com> writes:

> This version of Martin's function (but respecting `case-fold-search') is maybe a
> tiny bit simpler.  It could also be a bit slower because of `substring'
> returning a copy (vs just incrementing an offset).  It should also be checked
> for correctness - not really tested.  FWIW/HTH.

Emacs contains ucs-normailze package which provides various
normalization functions.  For instance,

(require 'ucs-normalize)
(ucs-normalize-NFKD-string "Äffin") => "Äffin"

Isn't it usable?

---
Kenichi Handa
handa <at> gnu.org




This bug report was last modified 8 years and 342 days ago.

Previous Next


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