mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 21:20:28 +00:00
[PR #930] [MERGED] [FIX] Minor issue with spaces in teletext #1760
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/930
Author: @mkver
Created: 2/13/2018
Status: ✅ Merged
Merged: 2/14/2018
Merged by: @cfsmp3
Base:
master← Head:patch-1📝 Commits (1)
e52ceb3Update telxcc.c📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
src/lib_ccx/telxcc.c(+2 -1)📄 Description
My familiarity with the project is as follows (check one):
Currently setting a colour doesn't necessarily add a space even though the specifications mandate it. This commit is designed to change that.
This is designed to fix a different problem than #922. There is currently no space when the colour changes in teletext (except with --nofontcolor). See for example this sample which contains multiple instances of what I am talking about. The default output (with colours) contains the following (only lines that show this have been kept):
Whereas with --nofontcolor the output is:
As one sees without --nofontcolor there is no space between '?' and 'Ja' in the second line, between '!' and '"' in the fourth and between '!' and 'U' in the 12th line. This little patch adresses this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.