Update handling of <bdo> per Unicode 9.0
* lisp/net/shr.el (shr-tag-bdo): Wrap in FSI..PDI as well, per Unicode 9.0 changes in UAX#9, paragraph 2.7.
This commit is contained in:
parent
63efcc2686
commit
32a4d2ee2c
1 changed files with 2 additions and 2 deletions
|
@ -1689,10 +1689,10 @@ The preference is a float determined from `shr-prefer-media-type'."
|
|||
((equal direction "rtl")
|
||||
#x202e)))) ; RLO
|
||||
(when char
|
||||
(insert char))
|
||||
(insert #x2068 char)) ; FSI + LRO/RLO
|
||||
(shr-generic dom)
|
||||
(when char
|
||||
(insert #x202c)))) ; PDF
|
||||
(insert #x202c #x2069)))) ; PDF + PDI
|
||||
|
||||
(defun shr-tag-bdi (dom)
|
||||
(insert #x2068) ; FSI
|
||||
|
|
Loading…
Add table
Reference in a new issue