Can anyone help me with fonts.xml changes (to support Chinese)?
#1
Anyone know what tags to change so I can see Chinese titles in TV Series view as well as file browser view?

I tried to use Arial Unicode MS by placing the font in the fonts folder, and then changing fonts.xml to refer to it:

Code:
        <!-- File Browser -->
        <font>
            <name>Font_FileBrowserTile</name>
            <!--<filename>aeon_settings.ttf</filename>-->
            <filename>ARIALUNI.TTF</filename>
            <size>20</size>
        </font>
        <font>
            <name>Font_FileBrowserPath</name>
            <!--<filename>aeon_settings.ttf</filename>-->
            <filename>ARIALUNI.TTF</filename>
            <size>19</size>
        </font>

But still it seems to use the old font and in file browser I still get wierd spaces in place of the characters. I guess I could try changing every entry but I like the current fonts and only want to change it in a few places as mentioned above.

Does anyone have experience in this? I tried to search but the posts all mention to just change every font entry to point to the ARIALUNI.TTF

EDIT: I am using Windows Vista and the Chinese titles display fine in Explorer...

Thanks a lot
Reply
#2
EDIT: I am using Windows Vista and the Chinese titles display fine in Explorer...
Reply

Logout Mark Read Team Forum Stats Members Help
Can anyone help me with fonts.xml changes (to support Chinese)?0