Drop unused base64 code - #212
Conversation
Signed-off-by: Sven Strickroth <email@cs-ware.de>
ProgerXP
commented
Feb 21, 2019
cshnik
commented
Feb 21, 2019
The algorithm originally represented by
|
csware
commented
Feb 21, 2019
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)). |
ProgerXP
commented
Feb 21, 2019
cshnik
commented
Feb 25, 2019
For()-cycle presented in the original |
csware
commented
Feb 26, 2019
What do you mean with "core idea"? Base64 is standardized. |
ProgerXP
commented
Feb 26, 2019
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.