Class CharacterSetConverter
Constructors
constructor
Properties
Private
Readonly
customCharset
customCharset: string
Methods
decode
decode(input: string): string Returns string
The decoded string.
encode
encode(input: string): string Returns string
The encoded string.
Converts between a string and a custom character set.
Supports all unicode characters.