isProhibitedIdna

private fnbool isProhibitedIdna(dchar c) @nogc nothrow @safe

Return true if code point is prohibited under strict IDNA options.

Parameters

cCode point to check.

Returns

true if prohibited, false otherwise.