[no Bug] Charset (1 Viewer)

erotomania

Portal Member
December 27, 2010
22
1
izmir
Home Country
Turkey Turkey
When a text includes turkish chars like ı,İ,ş,Ş,ğ,Ğ mepo set font arial for that text. This happens in all skins. Any suggestion please?
 

arion_p

Retired Team Member
  • Premium Supporter
  • February 7, 2007
    3,367
    1,642
    Athens
    Home Country
    Greece Greece
    This is expected behaviour.

    You have set the UI language to English. The English (western) character set does not contain the characters you mention in your first post. When MP encounters character outside the selected language's character set, it reverts to compatibility text rendering mode and that uses default fonts.

    MP internally uses Direct3D textures to render text, and these can use up a lot of GPU memory. To conserve GPU memory, only a limited number of characters are supported (the limit is defined in the language file of the configured UI Language).

    You should probably switch to Turkish UI language.

    If you want you MP UI to be in English, edit MediaPortal.xml (e.g. using notepad), find the section named "debug" and add the following line inside the section:
    Code:
    <entry name="useExtendedCharsWithStandardCulture">255</entry>
    If there is no "debug" section just add one after the last section, like this:
    Code:
    <section name="debug">
      <entry name="useExtendedCharsWithStandardCulture">255</entry>
    </section>
     

    erotomania

    Portal Member
    December 27, 2010
    22
    1
    izmir
    Home Country
    Turkey Turkey
    Can i change default font style, because i edit arial font and solved charset problem. But one thing i can only change the size of the font i can't make it bold. Is there a way change style of font when the default font selected.

    <entry name="useExtendedCharsWithStandardCulture">255</entry> changed the value 255 to 380 and worked. Thanx
     

    Users who are viewing this thread

    Similar threads

    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    Replies
    0
    Views
    955
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem. Disabling the option "Single seat setup: force RTSP usage" under "TV/Radio", "Advanced Options" resolved the issue. After I disabled this option, I was able to delete the recordings the first time...
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem...
    Deleting recordings sometimes doesn't work. Neither the 0 button nor the Info/Delete button works. Nothing happens at all with...
    Replies
    6
    Views
    1K
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    543
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my skin-improvement-ideas because I couldn't get these cross-dependencies sorted out.
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my...
    I adjusted the MyMusicPlayingNowInfos.xml for my OldEyes variant of DWHD so it fits without crowding. I now have the issue of text...
    Replies
    7
    Views
    2K
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
    Replies
    1
    Views
    3K
    Top Bottom