- \HTML5_Data
class (none) \ HTML5_Data
Method Summary
Name | Description |
---|---|
getNamedCharacterReferences() | |
getRealCodepoint($ref) | Returns the "real" Unicode codepoint of a malformed character reference. |
utf8chr($code) | Converts a Unicode codepoint to sequence of UTF-8 bytes. |
public static function getNamedCharacterReferences()
public static function getRealCodepoint($ref)
Returns the "real" Unicode codepoint of a malformed character reference.
public static function utf8chr($code)
Converts a Unicode codepoint to sequence of UTF-8 bytes.