TextEncoderSettings
Represents a filter that allows only certain Unicode code points.
public TextEncoderSettings()
Instantiates an empty filter (allows no code points through by default).
Instantiates a filter by cloning the allowed list of another TextEncoderSettings object.
Instantiates a filter where only the character ranges specified by allowedRanges are allowed by the filter.
Allows the character specified by character through the filter.
Allows all characters specified by characters through the filter.
Allows all code points specified by codePoints.
Allows all characters specified by range through the filter.
Allows all characters specified by ranges through the filter.
Resets this object by disallowing all characters.
Disallows the character character through the filter.
Disallows all characters specified by characters through the filter.
Disallows all characters specified by range through the filter.
Disallows all characters specified by ranges through the filter.
Gets an enumerator of all allowed code points.