(xml-ucs-to-string): New function to convert Unicode codepoints to strings.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Mar 2003 10:48:34 +0000 (10:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Mar 2003 10:48:34 +0000 (10:48 +0000)
commita158ff811faadd2891b3db1f9b204388ac640c60
treebf01f678fa65d63a8428aaa51661a5ea7b33fe70
parent906cbe4568735cd8184b72399588c13918111346
(xml-ucs-to-string): New function to convert Unicode codepoints to strings.
Uses decode-char (mule.el) if available.
(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
(xml-parse-attlist): Added attribute normalization.
(xml-parse-tag): Replace "\r\n" and "\r" with "\n".
lisp/ChangeLog
lisp/xml.el