CfParser.parseHexCodepoint
private
dchar parseHexCodepoint(string hex) @safe pureParses a hex string into a Unicode codepoint.
Parameters
hex | The hex string |
Returns
The Unicode codepoint.
dchar parseHexCodepoint(string hex) @safe pureParses a hex string into a Unicode codepoint.
hex | The hex string |