Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 2 12 LastLast
Results 1 to 15 of 22

Thread: Cyrillic letters in name are not readable after scanning 45E Vivacom.

  1. #1

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Cyrillic letters in name are not readable after scanning 45E Vivacom.

    After scanning Vivacom at 45E , cyrillic channel names -unrecognised!
    15 channels at 4 transponders(11475V,12520V,12560V,12600V) on Vivacom DTH 45 East.
    After zapping on transponder , names are corrected, but is annoying to see unrecognised symbols, instead correct channel name in cyrillic.
    Names in lamedb and lamedb5 are also in these unrecognised symbols.
    Channels with latin names and EPG are not affected!

  2. #2
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    Scanned how?
    Help keep OpenViX servers online.Please donate!

  3. #3

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    With Autobouquetsmaker 3.3 , provider Vivacom 45E.
    With scheduled scan and manual scan from plugin menu, result is the same.
    With AB Pulse 4K and Gigablue HD Quad Plus.
    2 receivers same problems.
    After zapping on channels on tne same transponder, letters are fixing, but is very annoying..
    Last edited by plevel; 14-02-24 at 21:25.

  4. #4

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    265
    Thanks
    60
    Thanked 572 Times in 188 Posts
    https://github.com/oe-alliance/AutoB...ader.c#L21-L26

    Enigma2 has built-in dvb code for 8859-5 Cyrillic.

    ABM is currently limited to iso 8859-1 Latin1 valid dvb chars only at present.
    I guess someone needs to use iso 8859-5 for Cyrillic instead of limiting with iso 8859-1 Latin1.

  5. The Following 2 Users Say Thank You to LraiZer For This Useful Post:

    abu baniaz (14-02-24),plevel (14-02-24)

  6. #5

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Thanks for the hint, but where to seek the solution- may be in encoding.conf or must be insert in code of ABM?
    Last edited by plevel; 14-02-24 at 22:01.

  7. #6
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    Quote Originally Posted by LraiZer View Post
    https://github.com/oe-alliance/AutoB...ader.c#L21-L26

    Enigma2 has built-in dvb code for 8859-5 Cyrillic.

    ABM is currently limited to iso 8859-1 Latin1 valid dvb chars only at present.
    I guess someone needs to use iso 8859-5 for Cyrillic instead of limiting with iso 8859-1 Latin1.
    I'm not sure how that helps because then we lose all the 128-255 chars from Latin1.

    We really need it to follow the standard and choose the charset based on ETSI EN 300 468 Annex 2.

    Code:
    A.2 Selection of character table
    Text fields can optionally start with non-spacing, non-displayed data which specifies the alternative character table to be used for the remainder of the text item. The selection of character table is indicated as follows:
    - if the first byte of the text field has a value in the range "0x20" to "0xFF" then this and all subsequent bytes in the text item are coded using the default character coding table (table 00 - Latin alphabet) of figure A.1;
    - if the first byte of the text field has a value in the range "0x01" to "0x0F" then the remaining bytes in the text item are coded in accordance with the character coding tables which are given in table A.3;
    Currently we just use the default, which is Latin1.

    I'm not sure of the code changes we need to implement this.
    Help keep OpenViX servers online.Please donate!

  8. #7

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    I am ready to test some code changes!

  9. #8

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Could you make .ipk file just for this case(Vivacom) with cyrillic.
    I think this will be partial fix for the problem...

  10. #9
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    This will have to wait until someone with the ability to fix it has time.
    Help keep OpenViX servers online.Please donate!

  11. The Following User Says Thank You to Huevos For This Useful Post:

    plevel (25-02-24)

  12. #10
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    @plevel,
    1. Enable debug logs (in system menu).
    2. In ABM switch on extra debug.
    3. Do a scan of that provider.
    4. Post the debug logs here.


    What hardware are you using?
    Help keep OpenViX servers online.Please donate!

  13. The Following 2 Users Say Thank You to Huevos For This Useful Post:

    abu baniaz (28-02-24),plevel (28-02-24)

  14. #11

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    I am using Gigablue HD Quad Plus with OpenATV 7.3 and Pulse 4K with open pli 8.3.
    I will debug Gigablue HD Quad Plus now.

  15. #12

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Last edited by abu baniaz; 28-02-24 at 19:44. Reason: Add debug log to post

  16. The Following User Says Thank You to plevel For This Useful Post:

    abu baniaz (28-02-24)

  17. #13
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,633
    Thanks
    2,007
    Thanked 4,957 Times in 3,276 Posts
    Quote Originally Posted by plevel View Post
    I am using Gigablue HD Quad Plus with OpenATV 7.3 and Pulse 4K with open pli 8.3.
    I will debug Gigablue HD Quad Plus now.
    Ok, on the GB Quad Plus can you add the supplied files from the zip file to /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner.

    Reboot and scan again. Get logs too.
    Attached Files Attached Files
    Help keep OpenViX servers online.Please donate!

  18. The Following 2 Users Say Thank You to Huevos For This Useful Post:

    abu baniaz (29-02-24),plevel (29-02-24)

  19. #14

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts
    On Gigablue worked OK, problem was fixed!
    I will upload debub logs lately today.
    And will try this files on Pulse 4K also.

  20. #15

    Title
    Junior Member
    Join Date
    Oct 2014
    Posts
    23
    Thanks
    16
    Thanked 2 Times in 2 Posts

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.