Bug #4807
Character set is broken
Status:
Fixed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-12-20
Due date:
% Done:
100%
Estimated time:
Found in version:
latest master
Affected Versions:
Description
Commit 010b6ac3ecbd6351e20f799162021761731d6478 is the last commit where character set is not broken.
Building with latest master, no matter what character set I choose on the network it does not get applied to muxes and services.
Associated revisions
History
Updated by Luis Alves over 4 years ago
I just noticed that the bug only applies to EPG.
Service names do get the correct charset.
Updated by Luis Alves over 4 years ago
Found the bug - the charset needs to be set before scrapping any info.
The fix is just moving up 2 lines of code.
Updated by Jaroslav Kysela over 4 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset tvheadend|72fd5e25f881850090ab8e59a9548c53e153f6a7.
eit: pass the charset in the queued data (global_lock), fixes #4807
the charset was initialized too late - see PR#1066