X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4a5885a74a3310ed4f4ba86eee3c406019b2c334..bca633fb296b17c0e86d589c50fb3414b361e0b3:/admin/unidata/unidata-gen.el diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 03399eae21..1002bb003a 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -194,7 +194,11 @@ Property value is one of the following symbols: L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET, AN, CS, NSM, BN, B, S, WS, ON" unidata-describe-bidi-class - (L (#x0600 #x06FF AL) (#x0590 #x05FF R) (#x07C0 #x08FF R) + ;; The assignment of default values to blocks of code points + ;; follows the file DerivedBidiClass.txt from the Unicode + ;; Character Database (UCD). + (L (#x0600 #x06FF AL) (#xFB50 #xFDFF AL) (#xFE70 #xFEFF AL) + (#x0590 #x05FF R) (#x07C0 #x08FF R) (#xFB1D #xFB4F R) (#x10800 #x10FFF R) (#x1E800 #x1EFFF R)) ;; The order of elements must be in sync with bidi_type_t in ;; src/dispextern.h.