1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-10-06 12:01:39 +00:00
pdf2htmlEX/src/util/base64.cc

8 lines
161 B
C++
Raw Normal View History

2012-11-29 09:50:40 +00:00
#include "base64.h"
2012-11-29 10:16:05 +00:00
namespace pdf2htmlEX {
2012-11-29 09:50:40 +00:00
const char * base64stream::base64_encoding = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
2012-11-29 10:16:05 +00:00
}