message-header-encode.h revision 5b6e0b6569d5e79ddb868525063cfd04009437b4
#ifndef MESSAGE_HEADER_ENCODE_H
#define MESSAGE_HEADER_ENCODE_H
/* Encode UTF-8 input into output wherever necessary using either Q or B
encoding depending on which takes less space (approximately). */
/* Encode the whole UTF-8 input using "Q" or "B" encoding into output.
The first line's length is given as parameter. */
#endif