Function stripUTF8Bom

Strips the byte order mark of an UTF8 encoded string. This is useful when the string is coming from a file.

Prototype

string stripUTF8Bom(
  string str
);

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.