]> git.eshelyaron.com Git - emacs.git/commit
Repair nXML handling of URIs with hex escapes (bug#58718)
authorMartin Jerabek <om@mailservice.ms>
Mon, 24 Oct 2022 10:02:20 +0000 (12:02 +0200)
committerMattias EngdegÄrd <mattiase@acm.org>
Mon, 24 Oct 2022 10:22:41 +0000 (12:22 +0200)
commitaa793512d04c53e423563530f64c1d42d7d0accd
treee05eeb85f25bd19a272b3e5d63c681ab29ab870b
parent36f5a1a7e74442272796413575f85ba9bd18cb53
Repair nXML handling of URIs with hex escapes (bug#58718)

Copyright-paperwork-exempt: yes

* lisp/nxml/rng-uri.el (rng-uri-file-name-1): Add missing backslashes.
(rng-uri-unescape-unibyte, rng-uri-unescape-unibyte-match):
Convert hex-encoded character to string.
lisp/nxml/rng-uri.el