GNOME Bugzilla – Bug 750802
typefind: UTF-8 MSS manifest parsing support
Last modified: 2015-06-11 17:47:02 UTC
Seems like the typefinder currently supports only UTF-16 manifests. I started a patch to also support UTF-8.
Created attachment 305081 [details] [review] typefindfunctions: UTF-8 MSS Manifest detection support Check if the first bytes of data contain an UTF-8 BOM.
commit d182e66bcef175a14a0c2afb2c46558be7bd038f Author: Philippe Normand <philn@igalia.com> Date: Thu Jun 11 18:14:47 2015 +0200 typefindfunctions: UTF-8 MSS Manifest detection support Check if the first bytes of data contain an UTF-8 BOM. https://bugzilla.gnome.org/show_bug.cgi?id=750802