-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Enhancement Request- Support for Unicode labels #31
Comments
@mineshmathew try the latest version |
thank you. it works now |
@rflynn sorry to tag you again. The issue with unicode is still there. For example, for the Chinese word 中华人民共和国, |
@mineshmathew , |
the image i used is one of the icons that comes with the code - /icons/delete.png |
Hello, @rflynn, @mineshmathew forwarded this to me. I took a look at your branch corresponding to this issue. The last bit was failing, due to python2 |
@jerinphilip thanks a lot. it works now |
@jerinphilip , |
Fix 70721ad |
HumanSignal#31 add support for displa…
I wanted to assign unicode strings to my bounding boxes. I can enter my strings to the text box in UI and is being rendered correctly. But upon save it throws an error.
I tried to fix it by the way the string is encoded before being written to xml. But the best I could get was a sequence of unicode points like this written to the xml in place of the actual unicode string.
<name>വിക്കിപീഡിയ</name>
An enhancement to support unicode strings would of great help for all who want to assign labels in languages other than English
The text was updated successfully, but these errors were encountered: