- added encoding_type_t mappings
This commit is contained in:
@@ -281,6 +281,11 @@ enum encoding_type_e{
|
|||||||
ATTRIBUTE_VALUE
|
ATTRIBUTE_VALUE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* mappings to map encoding_type_t's to strings
|
||||||
|
*/
|
||||||
|
extern mapping_t encoding_type_t_mappings[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An encoding rule is a mapping of a specific encoding type to
|
* An encoding rule is a mapping of a specific encoding type to
|
||||||
* a location in the data struct where the current field is stored to
|
* a location in the data struct where the current field is stored to
|
||||||
|
|||||||
Reference in New Issue
Block a user