• Are you sure this won't cause side-effects for other languages if you simply manipulate the character bitmaps?

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Hello,
    It is posiible to set proper charset for new relased plugin?
    I see thate there is new possibility to define charset replacement.
    For example:


    { '#', 0x0144, 0x0105, 0x017B, 0x015A, 0x0141, 0x0107, 0x00F3, 0x0119, 0x017C, 0x015B, 0x0142, 0x017A }; /* 8 PL */
    // { 0x0000, 0x0024, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0023, 0x0000, 0x0082, 0x0000, 0x0089, 0x0000};


    How I shall do this in proper way.


    Regards.

  • Hello rofafor,
    I changed the lines in txtfont.conf:
    { '#', 0x0144, 0x0105, 0x017B, 0x015A, 0x0141, 0x0107, 0x00F3, 0x0119, 0x017C, 0x015B, 0x0142, 0x017A }; /* 8 PL */
    // { 0x0000, 0xc584, 0xc485, 0xc5bb, 0xc59a, 0xc581, 0xc487, 0xc3b3, 0xc499, 0xc5bc, 0xc59b, 0xc582, 0xc5ba};


    but it didnt work. The problem is that still I have english charset set as default. Even If in vdr I set polish language.
    When I replace EN part of charset in txtfont.c to polish codes then everything works properly.


    { '#', 0x0144, 0x0105, 0x017B, 0x015A, 0x0141, 0x0107, 0x00F3, 0x0119, 0x017C, 0x015B, 0x0142, 0x017A }; /* 2 EN */
    // { 0x0000, 0xc584, 0xc485, 0xc5bb, 0xc59a, 0xc581, 0xc487, 0xc3b3, 0xc499, 0xc5bc, 0xc59b, 0xc582, 0xc5ba};


    regards.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!