tesseract-3.01-remove-bom.patch 632 Bytes
Newer Older
1 2
The patch below removes a utf-8 BOM mark.

3 4 5 6
Avoid touching it as the BOM is invisible, and copy/pasting might not work.

It is needed because old compilers treat the BOM as garbage instead of
whitespace.
7 8 9 10 11 12 13 14 15

--- tesseract-3.01/ccutil/strngs.h.orig	2012-05-24 15:13:22.743808379 +0200
+++ tesseract-3.01/ccutil/strngs.h	2012-05-24 15:16:54.468858282 +0200
@@ -1,4 +1,4 @@
-/**********************************************************************
+/**********************************************************************
  * File:        strngs.h  (Formerly strings.h)
  * Description: STRING class definition.
  * Author:					Ray Smith