mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Correct manual entry for string-lessp
* doc/lispref/strings.texi (Text Comparison): The old text was wrong: non-ASCII unibyte chars overlap part of Unicode.
This commit is contained in:
parent
460e438356
commit
a3411c8b86
1 changed files with 4 additions and 2 deletions
|
|
@ -578,8 +578,10 @@ Keep in mind that lower case letters have higher numeric values in the
|
|||
@acronym{ASCII} character set than their upper case counterparts; digits and
|
||||
many punctuation characters have a lower numeric value than upper case
|
||||
letters. An @acronym{ASCII} character is less than any non-@acronym{ASCII}
|
||||
character; a unibyte non-@acronym{ASCII} character is always less than any
|
||||
multibyte non-@acronym{ASCII} character (@pxref{Text Representations}).
|
||||
character. However, as unibyte and multibyte strings only have the
|
||||
@acronym{ASCII} character set in common, it is usually not meaningful to
|
||||
compare other characters between those two types of strings
|
||||
(@pxref{Text Representations}).
|
||||
|
||||
@example
|
||||
@group
|
||||
|
|
|
|||
Loading…
Reference in a new issue