freebsd-ports/devel/libparserutils/pkg-descr
Pawel Pekala d8e4ecaf03 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

WWW: http://www.netsurf-browser.org/projects/libparserutils/

PR:		ports/159935
Submitted by:	David Romano <unobe@cpan.org>
Approved by:	miwi, wen (mentors implicit)
2011-10-03 19:35:23 +00:00

10 lines
416 B
Text

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
WWW: http://www.netsurf-browser.org/projects/libparserutils/