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 allowedRangesallowedRanges are allowed by the filter.
Allows the character specified by charactercharacter through the filter.
Allows all characters specified by characterscharacters through the filter.
Allows all code points specified by codePointscodePoints.
Allows all characters specified by rangerange through the filter.
Allows all characters specified by rangesranges through the filter.
Resets this object by disallowing all characters.
Disallows the character charactercharacter through the filter.
Disallows all characters specified by characterscharacters through the filter.
Disallows all characters specified by rangerange through the filter.
Disallows all characters specified by rangesranges through the filter.
Gets an enumerator of all allowed code points.