isBaseChar

Returns true if the character is a base character according to the XML standard

@safe @nogc nothrow pure
bool
isBaseChar
(
dchar c
)

Parameters

c dchar

the character to be tested

Meta

Suggestion Box / Bug Report