Skip to content

[pull] master from oe-alliance:master#233

Merged
pull[bot] merged 1 commit into
LraiZer:masterfrom
oe-alliance:master
Apr 22, 2026
Merged

[pull] master from oe-alliance:master#233
pull[bot] merged 1 commit into
LraiZer:masterfrom
oe-alliance:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 22, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Sky DE wraps service names in DVB emphasis bytes (0x86/0x87 in the C1
control range) around the actual text, on top of a leading charset
indicator (0x05 in the C0 range). The SDT parser in dvbreader.c only
strips the first leading control byte, so service names like
"\x05\x86Sky\x87 \x86Showcase\x87" reach the CustomLCN writer as
"\x86Sky\x87 \x86Showcase\x87" after six.ensure_text decodes them to
Unicode (U+0086 / U+0087). Those codepoints then appear as UTF-8
"\xc2\x86" / "\xc2\x87" pairs in the generated EXAMPLE_*_CustomLCN.xml
files — unreadable garbage for maintainers opening the file in an editor.

Strip every C0 and C1 control character (U+0000..U+001F, U+007F..U+009F)
from the description before writing, using the already-imported re
module. No effect on the runtime service name used in bouquets, only on
what ABM writes into its example files.
@pull pull Bot locked and limited conversation to collaborators Apr 22, 2026
@pull pull Bot added the ⤵️ pull label Apr 22, 2026
@pull pull Bot merged commit 2cf1521 into LraiZer:master Apr 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant