[PR #1014] [CLOSED] Update UTF8proc to 2.2.0 #1809

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1014
Author: @MatejMecka
Created: 10/24/2018
Status: Closed

Base: masterHead: feat/updateUTF8Proc


📝 Commits (10+)

  • a23161b Update UTF8proc
  • 4f19657 Update Changes.txt
  • 0a93ef2 Delete DLL Exports
  • c8187d3 Revert "Update Changes.txt"
  • a10c8af Define UTF8Proc_DLLExport instead of deleting it
  • 3e843c9 Try a solution from a GitHub issue
  • e419700 why didn't you save :thinking_face:
  • 5ed3978 idk what i'm doing with this defines?
  • f650399 shrug here
  • 5ea8486 What was i thinking when i did this

📊 Changes

4 files changed (+9884 additions, -9329 deletions)

View changed files

📝 docs/CHANGES.TXT (+4 -0)
📝 src/utf8proc/utf8proc.c (+109 -72)
📝 src/utf8proc/utf8proc.h (+68 -39)
📝 src/utf8proc/utf8proc_data.c (+9703 -9218)

📄 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):

  • 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.

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.

Updated UTF8proc to 2.2.0 released on Jul 24 2018

Changelog has been updated as well


🔄 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/1014 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 10/24/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/updateUTF8Proc` --- ### 📝 Commits (10+) - [`a23161b`](https://github.com/CCExtractor/ccextractor/commit/a23161ba138788904c148a5560e8b61825e33bda) Update UTF8proc - [`4f19657`](https://github.com/CCExtractor/ccextractor/commit/4f19657894fdf307e7cb80bb167ed2006bd0af81) Update Changes.txt - [`0a93ef2`](https://github.com/CCExtractor/ccextractor/commit/0a93ef2f93bd940221aa3b82f85432a87183d2aa) Delete DLL Exports - [`c8187d3`](https://github.com/CCExtractor/ccextractor/commit/c8187d3e2fbd3f4775e5b643b4fb54d451b619ac) Revert "Update Changes.txt" - [`a10c8af`](https://github.com/CCExtractor/ccextractor/commit/a10c8af9bd8fb6207e6191cb48082118810f48fe) Define UTF8Proc_DLLExport instead of deleting it - [`3e843c9`](https://github.com/CCExtractor/ccextractor/commit/3e843c9fa30a28b211e5ccb8a5ba2d7f9f5d4e62) Try a solution from a GitHub issue - [`e419700`](https://github.com/CCExtractor/ccextractor/commit/e41970093e314a6633887a7aea7b8a2a23e343d9) why didn't you save :thinking_face: - [`5ed3978`](https://github.com/CCExtractor/ccextractor/commit/5ed39782a4ccd014c6875f447d2f8d72ba2a5d09) idk what i'm doing with this defines? - [`f650399`](https://github.com/CCExtractor/ccextractor/commit/f650399bb200815ddb82370408c2e8769018ee31) shrug here - [`5ea8486`](https://github.com/CCExtractor/ccextractor/commit/5ea84860e7dfc5f3f75779788378ed456b051e2d) What was i thinking when i did this ### 📊 Changes **4 files changed** (+9884 additions, -9329 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+4 -0) 📝 `src/utf8proc/utf8proc.c` (+109 -72) 📝 `src/utf8proc/utf8proc.h` (+68 -39) 📝 `src/utf8proc/utf8proc_data.c` (+9703 -9218) </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. **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. - [X] I am an active contributor to CCExtractor. --- Updated UTF8proc to 2.2.0 released on Jul 24 2018 Changelog has been updated as well --- <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:18:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1809