Closed ykhrito closed 2 months ago
@ChristopherSteiner
@ykhrito Please add a test case for this.
I've added test cases, please check it out.
@ChristopherSteiner If this is good for you, I'll merge it.
Yes looks good! Go ahead please
@ChristopherSteiner Thanks for accepting the invite. Next time you get assigned as reviewer automatically.
Encoding specified for Buffer on Base64 Conversion should be “utf8”, not “binary”. This causes that non-ASCII characters, Emoji, etc... are not encoded/decoded correctly.
For example: "thumbs-up"👍should be encoded as "8J+RjQ=="
but Base64 Conversion result:
This PR fix would make the following result: