From: Stuart Henderson Subject: NEW: textproc/py-encutils (dep of newer py-cssutils) To: ports Date: Wed, 5 Aug 2026 13:46:42 +0100 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.