UTF-8 Encoding text is not shown.
british-choi opened this issue · 3 comments
UTF-8 encoded character is not shown.
I want to display Korean character.
The font is changed to a Korean font, but the characters are displayed as "?".
Plz check it.
Thanks for reporting, I will look into it when I have time.
My guess is that an additional font is required which has all the necessary glyphs.. Something like Noto Sans
@british-choi do you have some example text that is not getting rendered correctly? That would be helpful for testing, thanks!
@lethal-guitar
I resolved issue.
first, need font (base85 encoded)
second, should be specified the Unicode range supported by the font.
plz. refer below modifed source code
https://github.com/british-choi/EmuELEC/blob/dev/packages/sx05re/tools/sysutils/TvTextViewer/imgui/imgui_draw.cpp
Thanks