CfParser.parseHexCodepoint

private dchar parseHexCodepoint(string hex) @safe pure

Parses a hex string into a Unicode codepoint.

Parameters

hexThe hex string

Returns

The Unicode codepoint.