emacs-devel
[Top][All Lists]
Advanced

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

Re: Character folding in the pretest


From: Eli Zaretskii
Subject: Re: Character folding in the pretest
Date: Thu, 04 Feb 2016 19:12:08 +0200

> From: Óscar Fuentes <address@hidden>
> Date: Thu, 04 Feb 2016 17:47:54 +0100
> 
> I see your point, but you are talking about accents all the time. In
> Spanish `n' and `ñ' are different letters. `n' matching `ñ' is no
> different than `p' matching `q'.

Unicode disagrees:

  M-: (get-char-code-property ?ñ 'decomposition) RET

   => (110 771)

110 is 'n' and 771 is U+0303 NON-SPACING TILDE, a combining accent.



reply via email to

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