Try multiple encodings in -info/-strings code path (Wincent Strings Utility, fb6f577)

Although we don't strictly need to parse the input file passed in using the -strings switch (as we're just doing a simple find and replace) parse it anyway because in this way we can hopefully get the encoding right on files which don't have BOMs.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Split specs into separate files (Wincent Strings Utility, d789a0b)
Work around CFStringCreateExternalRepresentation() bug (Wincent Strings Utility, b02b784) →

All snippets