Does anyone have success with displaying combining characters in Tk?
I'm trying to display a Yiddish combining character inside a checkbutton using unicode.
Here is an example:
.checkbutton configure -text "\u05D1\u05BF"
The combining character is a dash above the character before it.
When i run it, the checkbutton displays the yiddish character but appends "\u05BF" after it.
Some help would be appreciated.
I'm trying to display a Yiddish combining character inside a checkbutton using unicode.
Here is an example:
.checkbutton configure -text "\u05D1\u05BF"
The combining character is a dash above the character before it.
When i run it, the checkbutton displays the yiddish character but appends "\u05BF" after it.
Some help would be appreciated.