]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain difference between Unicode and Emacs scripts
authorRobert Pluim <rpluim@gmail.com>
Mon, 19 Oct 2020 09:34:38 +0000 (11:34 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 19 Oct 2020 09:43:11 +0000 (11:43 +0200)
* nonascii.texi (Character Properties): Document that Emacs'
scripts and Unicode's scripts do not necessarily correspond.

doc/lispref/nonascii.texi

index 8e9d62429c2d22bb6b89980551407d47222381d6..97bc85f152eca4efd0132098333ba21c376c8cf5 100644 (file)
@@ -722,7 +722,10 @@ The value of this variable is a char-table that specifies, for each
 character, a symbol whose name is the script to which the character
 belongs, according to the Unicode Standard classification of the
 Unicode code space into script-specific blocks.  This char-table has a
-single extra slot whose value is the list of all script symbols.
+single extra slot whose value is the list of all script symbols.  Note
+that Emacs' classification of characters into scripts is not a 1-for-1
+reflection of the Unicode standard, e.g. there is no @samp{symbol}
+script in Unicode.
 @end defvar
 
 @defvar char-width-table