[PR #368] [MERGED] Fixes #139 - Case fixing in teletext #1213

Open
opened 2026-01-29 17:00:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/368
Author: @Abhinav95
Created: 5/24/2016
Status: Merged
Merged: 5/25/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 4b8f14e Fixes #139 - Case fixing in teletext
  • fa37311 Fixing wrong function prototype
  • e1083a0 Removing debug print statement

📊 Changes

5 files changed (+77 additions, -3 deletions)

View changed files

📝 src/lib_ccx/ccx_encoders_helpers.c (+33 -0)
📝 src/lib_ccx/ccx_encoders_helpers.h (+1 -0)
📝 src/lib_ccx/general_loop.c (+1 -1)
📝 src/lib_ccx/lib_ccx.h (+1 -1)
📝 src/lib_ccx/telxcc.c (+41 -1)

📄 Description

Applying modified 'capitalize' and 'correct_case' functions for teletext with the same logic.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/368 **Author:** [@Abhinav95](https://github.com/Abhinav95) **Created:** 5/24/2016 **Status:** ✅ Merged **Merged:** 5/25/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4b8f14e`](https://github.com/CCExtractor/ccextractor/commit/4b8f14eab1083ad82c8973407230b36c58e56202) Fixes #139 - Case fixing in teletext - [`fa37311`](https://github.com/CCExtractor/ccextractor/commit/fa373115adcc48176e1f48293c67e5dbbd8089e4) Fixing wrong function prototype - [`e1083a0`](https://github.com/CCExtractor/ccextractor/commit/e1083a030c3b354c34a582055afafeb22623a8d9) Removing debug print statement ### 📊 Changes **5 files changed** (+77 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_encoders_helpers.c` (+33 -0) 📝 `src/lib_ccx/ccx_encoders_helpers.h` (+1 -0) 📝 `src/lib_ccx/general_loop.c` (+1 -1) 📝 `src/lib_ccx/lib_ccx.h` (+1 -1) 📝 `src/lib_ccx/telxcc.c` (+41 -1) </details> ### 📄 Description Applying modified 'capitalize' and 'correct_case' functions for teletext with the same logic. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1213