CCExtractor / ccextractor

CCExtractor - Official version maintained by the core team
https://www.ccextractor.org
GNU General Public License v2.0
707 stars 422 forks source link

[FEAT] Add encoding module in `lib_ccxr` #1628

Closed IshanGrover2004 closed 1 month ago

IshanGrover2004 commented 2 months ago

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_ccxr for 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.

IshanGrover2004 commented 2 months ago

@PunitLodha @elbertronnie Can you now see it & review