zdenop / qt-box-editor

QT Box Editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
172 stars 65 forks source link

FR: UTF codes for letters in the box. #3

Closed gregg128 closed 13 years ago

gregg128 commented 13 years ago

Could you please implement showing a UTF number of the entered symbol in the box ?

I need a way to distinguish between russian old decimal "i" and english "i". They have different UTF codes but look very similar (they have different hinting and kerning instrucions in the font file etc etc.):

U+0069 i 69 LATIN SMALL LETTER I U+0456 і d1 96 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I

Same goes for capital "I" and some other letters. There is a lot of letters in different languages that look very similar, so this problem affects not only russian.

zdenop commented 13 years ago

Hi,

can you please check the latest version? UTF codes are displayed in status bar

gregg128 commented 13 years ago

Thank you! It works good.