Base64Decoder drops 0x0d characters on windows

SF #605 Base64Decoder drops 0x0d characters on windows
This commit is contained in:
aleks-f
2012-12-19 21:48:26 -06:00
parent 6fa1270163
commit 79549f85dd
7 changed files with 47 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ public:
void testEncoder();
void testDecoder();
void testEncodeDecode();
void testDecodeCR();
void setUp();
void tearDown();