InfoService not showing local characters (1 Viewer)

georgius

Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    I identified why localized characters are not working. Issue is in FeedService.cs, ReplaceProblemChars() method (I'm working on commit 96133). Problem is on line
    Code:
    replaceChars.Add("[^\u0000-\u00FF]", "");
    where are excluded all characters except first 256 characters of Unicode character set. Maybe @edsche or @SilentException can explain us, why this line is in code.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Here is patched version. Replace (backup old, copy new) original InfoService.dll in [MP_INSTALL_DIR]\MediaPortal\plugins\Windows.
     

    Attachments

    • InfoService.zip
      181.3 KB

    Users who are viewing this thread

    Top Bottom