Libcroco
|
This class is responsible of the the encoding conversions stuffs in libcroco. More...
#include <cr-enc-handler.h>
Data Fields | |
enum CREncoding | encoding |
CREncInputFunc | decode_input |
CREncInputFunc | encode_output |
CREncInputStrLenAsUtf8Func | enc_str_len_as_utf8 |
CREncUtf8StrLenAsOutputFunc | utf8_str_len_as_enc |
This class is responsible of the the encoding conversions stuffs in libcroco.
Definition at line 69 of file cr-enc-handler.h.
CREncInputFunc _CREncHandler::decode_input |
Definition at line 72 of file cr-enc-handler.h.
CREncInputStrLenAsUtf8Func _CREncHandler::enc_str_len_as_utf8 |
Definition at line 74 of file cr-enc-handler.h.
CREncInputFunc _CREncHandler::encode_output |
Definition at line 73 of file cr-enc-handler.h.
enum CREncoding _CREncHandler::encoding |
Definition at line 71 of file cr-enc-handler.h.
CREncUtf8StrLenAsOutputFunc _CREncHandler::utf8_str_len_as_enc |
Definition at line 75 of file cr-enc-handler.h.