2024-11-29, 04:54
In my person profile, I added "aliases" for the TMDB helper and it is pulling in the information correctly. When I hover over the label and it auto scrolls, most of the incoming data is rendered correctly except for the two languages in the title.
I've searched multiple threads regarding unicode foreign chars, tried various font files denoted, and even took Estuary font files and pasted them in to see if that would render it out as most say the Noto files cover most Eastern/Asia fonts/letters.... but to no avail.
Here are some screenshots of what I'm seeing, any ideas on what I can do to resolve it?
So you can see were it goes off the rails... here is the source of the data being pulled in from TMDB:
And here are the font files that are in my folders:
I've updated my font.xml at the end with this information:
Any ideas on how I can resolve this issue? Not sure what else I need to do.... got 1 out of 3 to resolve, need to fix the 2 left.
TY.
I've searched multiple threads regarding unicode foreign chars, tried various font files denoted, and even took Estuary font files and pasted them in to see if that would render it out as most say the Noto files cover most Eastern/Asia fonts/letters.... but to no avail.
Here are some screenshots of what I'm seeing, any ideas on what I can do to resolve it?
So you can see were it goes off the rails... here is the source of the data being pulled in from TMDB:
And here are the font files that are in my folders:
I've updated my font.xml at the end with this information:
xml:
<!-- Additional Unicode Fonts -->
<font>
<name>ArialUnicodeMS</name>
<filename>Arial_Unicode_MS.TTF</filename>
<size>22</size>
</font>
<font>
<name>DejaVuSans</name>
<filename>DejaVuSans.ttf</filename>
<size>22</size>
</font>
<font>
<name>Arial_Unicode_MS</name>
<filename>Arial_Unicode_MS.TTF</filename>
<size>22</size>
</font>
<font>
<name>NotoMono</name>
<filename>NotoMono-Regular.ttf</filename>
<size>22</size>
</font>
<font>
<name>NotoSans-Regular</name>
<filename>NotoSans-Regular.ttf</filename>
<size>22</size>
</font>
<font>
<name>Roboto</name>
<filename>Roboto-Thin.ttf</filename>
<size>22</size>
</font>
Any ideas on how I can resolve this issue? Not sure what else I need to do.... got 1 out of 3 to resolve, need to fix the 2 left.
TY.