Hebrew with tkinter - BiDi
问题 I'm working on a python GUI application, using tkinter, which displays text in Hebrew. On Windows (10, python 3.6, tkinter 8.6) Hebrew strings are displayed fine. On Linux (Ubuntu 14, both python 3.4 and 3.6, tkinter 8.6) Hebrew strings are displayed incorrectly - with no BiDi awareness - am I missing something? I installed pybidi, and via bidi.algorithm.get_display(hebrew_string) - the strings are displayed correctly. But then, on Windows, get_display(hebrew_string) is displayed incorrectly.