1 The patch below removes a utf-8 BOM mark.
3 Avoid touching it as the BOM is invisible, and copy/pasting might not work.
5 It is needed because old compilers treat the BOM as garbage instead of
8 --- tesseract-3.01/ccutil/strngs.h.orig 2012-05-24 15:13:22.743808379 +0200
9 +++ tesseract-3.01/ccutil/strngs.h 2012-05-24 15:16:54.468858282 +0200
11 -/**********************************************************************
12 +/**********************************************************************
13 * File: strngs.h (Formerly strings.h)
14 * Description: STRING class definition.