7b2f43f902
platforms. It doesn't do javascript, but who cares about web2.0 anyway ? Sub-projects are : - hubbub : HTML parser - libcss : CSS parser and selection engine - libnsbmp : BMP/ICO decoding library - libnsgif : GIF decoding library - libparserutils : utility library for parser building - libwapcaplet : string internment library Currently SIGBUS'es on sparc64 in libcss, being worked on with upstream. Loosely based on a submission from Anthony J Bentley, reworked by myself.
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
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
|