From 2c76f06155086f9c9fcb4bccbcaa1ad7c0437274 Mon Sep 17 00:00:00 2001 From: joregan Date: Wed, 29 Sep 2010 17:56:39 +0000 Subject: [PATCH] fix the damned escaping on C++ git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@470 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- doc/tesseract.1.asc | 82 ++++++++++++++++++++++----------------------- doc/tesseract.1.xml | 10 +++--- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/doc/tesseract.1.asc b/doc/tesseract.1.asc index 1042841d7a..4164fc3263 100644 --- a/doc/tesseract.1.asc +++ b/doc/tesseract.1.asc @@ -44,44 +44,44 @@ LANGUAGES There are currently language packs available for the following languages: [width="40%",options="header"] -|============================ -|Code |Name -|bul |Bulgarian -|cat |Catalan -|ces |Czech -|chi_sim |Simplified Chinese -|chi_tra |Traditional Chinese -|dan |Danish -|dan-frak |Danish (Fraktur) -|deu |German -|ell |Greek -|eng |English -|fin |Finnish -|fra |French -|hun |Hungarian -|ind |Indonesian -|ita |Italian -|jpn |Japanese -|kor |Korean -|lav |Latvian -|lit |Lithuanian -|nld |Dutch -|nor |Norwegian -|pol |Polish -|por |Portuguese -|ron |Romanian -|rus |Russian -|slk |Slovakian -|slv |Slovenian -|spa |Spanish -|srp |Serbian -|swe |Swedish -|tgl |Tagalog -|tha |Thai -|tur |Turkish -|ukr |Ukrainian -|vie |Vietnamese -|============================ +|============================= +|Code |Name +|bul |Bulgarian +|cat |Catalan +|ces |Czech +|chi_sim |Simplified Chinese +|chi_tra |Traditional Chinese +|dan |Danish +|dan-frak |Danish (Fraktur) +|deu |German +|ell |Greek +|eng |English +|fin |Finnish +|fra |French +|hun |Hungarian +|ind |Indonesian +|ita |Italian +|jpn |Japanese +|kor |Korean +|lav |Latvian +|lit |Lithuanian +|nld |Dutch +|nor |Norwegian +|pol |Polish +|por |Portuguese +|ron |Romanian +|rus |Russian +|slk |Slovakian +|slv |Slovenian +|spa |Spanish +|srp |Serbian +|swe |Swedish +|tgl |Tagalog +|tha |Thai +|tur |Turkish +|ukr |Ukrainian +|vie |Vietnamese +|============================= HISTORY ------- @@ -90,12 +90,12 @@ Hewlett Packard Co, Greeley Colorado between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C\+\+izing in 1998. A lot of the code was written in C, and then some more was written in C\+\+. Since then all the code has been converted to at least compile with a -C\+\+ compiler. Currently it builds under Linux with gcc4.0, gcc4.1 and -under Windows with VC++6 and VC++Express. The C\+\+ code makes heavy use of +C\++ compiler. Currently it builds under Linux with gcc4.0, gcc4.1 and +under Windows with VC\+\+6 and VC\+\+Express. The C\++ code makes heavy use of a list system using macros. This predates stl, was portable before stl, and is more efficient than stl lists, but has the big negative that if you do get a segmentation violation, it is hard to debug. Another "feature" of the -C/C++ split is that the C\+\+ data structures get converted to C data +C/C\++ split is that the C\++ data structures get converted to C data structures to call the low-level C code. This is ugly, and the C++izing of the C code is a step towards eliminating the conversion, but it has not happened yet. diff --git a/doc/tesseract.1.xml b/doc/tesseract.1.xml index 6c99552356..10efe7738e 100644 --- a/doc/tesseract.1.xml +++ b/doc/tesseract.1.xml @@ -54,7 +54,7 @@ rowsep="1" colsep="1" -Code +Code Name @@ -210,13 +210,13 @@ Hewlett Packard Co, Greeley Colorado between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. A lot of the code was written in C, and then some more was written in C++. Since then all the code has been converted to at least compile with a -C+\+ compiler. Currently it builds under Linux with gcc4.0, gcc4.1 and -under Windows with VC6 and VCExpress. The C+\+ code makes heavy use of +C++ compiler. Currently it builds under Linux with gcc4.0, gcc4.1 and +under Windows with VC++6 and VC++Express. The C++ code makes heavy use of a list system using macros. This predates stl, was portable before stl, and is more efficient than stl lists, but has the big negative that if you do get a segmentation violation, it is hard to debug. Another "feature" of the -C/C split is that the C+\+ data structures get converted to C data -structures to call the low-level C code. This is ugly, and the Cizing of +C/C++ split is that the C++ data structures get converted to C data +structures to call the low-level C code. This is ugly, and the C++izing of the C code is a step towards eliminating the conversion, but it has not happened yet. The most important changes in version 2.00 were that Tesseract can now