Go to the source code of this file.
Namespaces | |
| namespace | QCodecs |
A wrapper class for the most commonly used encoding and decoding algorithms. | |
Functions | |
| static int | rikFindChar (register const char *_s, const char c) |
Variables | |
| static const char | QCodecs::Base64EncMap [64] |
| static const char | QCodecs::Base64DecMap [128] |
| static const char | QCodecs::UUEncMap [64] |
| static const char | QCodecs::UUDecMap [128] |
| static const char | QCodecs::hexChars [16] |
| static const unsigned int | QCodecs::maxQPLineLength = 70 |
| static int rikFindChar | ( | register const char * | _s, | |
| const char | c | |||
| ) | [static] |
Definition at line 141 of file mcodecs.cpp.
Referenced by QCodecs::quotedPrintableDecode().
1.6.3