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

Fix base64 decoding error #315

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

bissonex
Copy link

Fixes #221

Added an optional parameter (Charset) to enable decoding from multiples charsets (UTF-8/16, Windows-1250

A list of the character set names that are known by a system, see the subkeys of HKEY_CLASSES_ROOT\MIME\Database\Charset in the Windows Registry.

reference: https://stackoverflow.com/questions/41572920/encoding-special-chracters-to-base64-in-excel-vba

bissonex and others added 3 commits December 22, 2017 14:32
Add optional parameter to select charset to use for encoding/decoding
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

Successfully merging this pull request may close these issues.

None yet

1 participant