Q1: how do I determine a file's character encoding, using QT?
( I can use the CLI and file -i "file name".

Q2: If I have a text file I can search for a word in it with
if (aline.contains (" nose bleed"))
How would I search for the term "nose bleed" in a collection of .odt files, or .doc files?