[PR #1518] [MERGED] [FIX] #1516 in webvtt added support to two-three-four utf-8 bytes #2243

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1518
Author: @chidam333
Created: 3/26/2023
Status: Merged
Merged: 3/27/2023
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 13ef3f3 in webvtt added support to two-three-four utf-8 bytes
  • a0c003f Merge branch 'CCExtractor:master' into master
  • 83d1558 formatting fixed

📊 Changes

1 file changed (+32 additions, -1 deletions)

View changed files

📝 src/lib_ccx/ccx_encoders_webvtt.c (+32 -1)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

This pr solves the but #1516


🔄 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/1518 **Author:** [@chidam333](https://github.com/chidam333) **Created:** 3/26/2023 **Status:** ✅ Merged **Merged:** 3/27/2023 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`13ef3f3`](https://github.com/CCExtractor/ccextractor/commit/13ef3f3a8889d2ee6a3973dafea4edccbfc9e45a) in webvtt added support to two-three-four utf-8 bytes - [`a0c003f`](https://github.com/CCExtractor/ccextractor/commit/a0c003fb5e704f2208f85b5934cc36df6fc703a9) Merge branch 'CCExtractor:master' into master - [`83d1558`](https://github.com/CCExtractor/ccextractor/commit/83d1558fa85809d9f0da3bab1e5cd02a48668afa) formatting fixed ### 📊 Changes **1 file changed** (+32 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_encoders_webvtt.c` (+32 -1) </details> ### 📄 Description <!-- Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. --> **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [x] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- This pr solves the but #1516 --- <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:21:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2243