https://bugs.documentfoundation.org/show_bug.cgi?id=169537
--- Comment #10 from Vincent Lefevre <[email protected]> --- (In reply to fpy from comment #9) > (In reply to Vincent Lefevre from comment #8) > > On the error message generated by the above macro, tesseract misidentifies > > the minus sign as an em dash. > > surely could be postprocessed: > perl -pe s/—/-/g This does not solve the issue as this would also incorrectly replace real em dashes. The goal is to know the original character in the error message, so that exact data can be used for debugging, etc. -- You are receiving this mail because: You are the assignee for the bug.
