Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
NEW: textproc/py-encutils (dep of newer py-cssutils)
To:
ports <ports@openbsd.org>
Date:
Wed, 5 Aug 2026 13:46:42 +0100

Download raw body.

Thread
ok to import this? (note that there's an @conflict on in-tree py-cssutils,
that's not a problem).

: A collection of helper functions to detect encodings of text files (like
: HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string.
: 
: getEncodingInfo is probably the main function of interest which uses
: other supplied functions itself and gathers all information together and
: supplies an EncodingInfo object.