blob: ed68f57dd6dcac8f461c57b00a082a4a3075ee5f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
LibParserUtils provides various pieces of functionality that are useful when
writing parsers. These are:
+ A number of character set convertors
+ Mapping of character set names to/from MIB enum values
+ UTF-8 and UTF-16 (host endian) support functions
+ Various simple data structures (resizeable buffer, stack, vector)
+ A UTF-8 input stream
|