Function readFileUTF8
Read a whole UTF-8 encoded file into a string.
The resulting string will be sanitized and will have the optional byte order mark (BOM) removed.
Prototypes
string readFileUTF8( Path path ); string readFileUTF8( string path );
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.