Closed fumagally closed 3 months ago
The code generate a error if string contains ">" character.
Example:
let string = 'test > Test'; Base64.encode(string);
Results in:
test \�
How to solve it?
The code generate a error if string contains ">" character.
Example:
let string = 'test > Test'; Base64.encode(string);
Results in:
test \�
How to solve it?