Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encodeToBase64 and decodeBase64 are not symmetric #2

Closed
danyoel opened this issue Aug 1, 2016 · 1 comment
Closed

encodeToBase64 and decodeBase64 are not symmetric #2

danyoel opened this issue Aug 1, 2016 · 1 comment

Comments

@danyoel
Copy link

danyoel commented Aug 1, 2016

in FSharpLu\Text.cs, encodeToBase64 uses ASCIIEncoding while decodeBase64 uses UTF8Encoding. Recommend using UTF-8 for both.

@blumu
Copy link
Contributor

blumu commented Jan 14, 2017

Closing, fix reached master branch.

@blumu blumu closed this as completed Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants