You can use \uxxxx notation eg:"\u20ac\u00a3" gives you the Euro sign and the pound sign. The compiler converts the unicodes to utf8 strings. Not sure if old compilers like vc6 support it. You might need to use \xhh to specify utf8 byte codes. Ray.
On Fri, Feb 6, 2009 at 7:55 AM, [email protected] < [email protected]> wrote: > > Hi, > i wondered if there is a way to get the german ä,Ä,ü,Ü,ö,Ö and ß and > the Currency symbols for euro (€) doller ($) and brithish pound (£) to > the whitelist of tesseract similar to > > TessBaseAPI::SetVariable("tessedit_char_whitelist", "0123456789"); ? > > thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en -~----------~----~----~----~------~----~------~--~---

