mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1628] [MERGED] [FEAT] Add encoding module in lib_ccxr
#2337
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/1628
Author: @IshanGrover2004
Created: 7/18/2024
Status: ✅ Merged
Merged: 8/10/2024
Merged by: @PunitLodha
Base:
master← Head:migration-encoding-module📝 Commits (4)
898630cfeat: Add new moduleencoding2abdc56feat: Add code forencoding.rs9c48a88feat: Add code for functionline21_to_utf8e6d6365feat: Add code for remaining todos function📊 Changes
2 files changed (+1010 additions, -0 deletions)
View changed files
➕
src/rust/lib_ccxr/src/util/encoding.rs(+1009 -0)📝
src/rust/lib_ccxr/src/util/mod.rs(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Closes #1554
Added a module in
lib_ccxrfor working with different kinds of text encoding formats.This PR adds types used for representing Strings encoded in a certain format like Line 21 or UCS-2 and the ability to interconvert between them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.