This project is closed and read-only.
Actions
Backport #8183
closedCGI.unescapeHTML does not decode あ
Backport #8183:
CGI.unescapeHTML does not decode あ
Status:
Closed
Assignee:
Description
数値文字参照で あ のように X が大文字の時に CGI.unescapeHTML で "あ" に戻りません。
http://www.w3.org/TR/html5/syntax.html#character-references
の Hexadecimal numeric character reference によると
which must be followed by either a "x" (U+0078) character or a "X" (U+0058) character,
となっているので、大文字でも受け付けてほしいです。
Actions