https://github.com/grantm/encoding-fixlatin-xs
CPAN module: C/XS implementation of Encoding::FixLatin
https://github.com/grantm/encoding-fixlatin-xs
encoding-convertors perl-xs unicode utf8
Last synced: 2 months ago
JSON representation
CPAN module: C/XS implementation of Encoding::FixLatin
- Host: GitHub
- URL: https://github.com/grantm/encoding-fixlatin-xs
- Owner: grantm
- Created: 2014-05-11T18:54:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T20:28:46.000Z (about 5 years ago)
- Last Synced: 2025-01-21T12:07:54.190Z (4 months ago)
- Topics: encoding-convertors, perl-xs, unicode, utf8
- Language: Perl
- Size: 3.52 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
Encoding::FixLatin::XS
======================This Perl module is an add-on for the `Encoding::FixLatin` module to provide an
implementation of the `fix_latin` algorithm written in C for significantly
improved performance. The
[documentation for Encoding::FixLatin](https://metacpan.org/pod/Encoding::FixLatin)
describes what the module does - this module does exactly the same thing but
faster.To use this module, simply install it from CPAN:
cpanm Encoding::FixLatin::XS
and then use `Encoding::FixLatin` as normal. The XS implementation layer will
be used if it's available, otherwise the pure-Perl implementation will be used
as a fallback.