-
Notifications
You must be signed in to change notification settings - Fork 52
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
Drop unused base64 code #212
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sven Strickroth <[email protected]>
The algorithm originally represented by
|
If the algorithm in |
You could also use ATL for base64 to get rid of any dependency (https://msdn.microsoft.com/vstudio/ezec6x4e(v=vs.100)). |
For()-cycle presented in the original |
What do you mean with "core idea"? Base64 is standardized. |
He probably means that the code was adapted from base64.h/c. Don't worry, we'll add the copyright notice later to this unit when I get time. |
There are two base64 implementations in the Notepad2e source code.
Those files were moved to another folder in commit 42c30cd and not deleted, despite another implementation was added.