Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silnrsi/teckit
A Text Encoding Conversion toolkit
https://github.com/silnrsi/teckit
Last synced: 3 months ago
JSON representation
A Text Encoding Conversion toolkit
- Host: GitHub
- URL: https://github.com/silnrsi/teckit
- Owner: silnrsi
- License: other
- Created: 2016-04-19T14:02:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T22:48:30.000Z (9 months ago)
- Last Synced: 2024-06-19T03:05:05.205Z (5 months ago)
- Language: C
- Size: 8.91 MB
- Stars: 17
- Watchers: 15
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- low-resource-languages - TECkit - A Text Encoding Conversion toolkit. (Software / Utilities)
README
README
======This is TECkit, a library for encoding conversion, usable through standalone
tools or by linking with other software packages.See the Documentation folder for information on the TECkit mapping language
and conversion tool usage notes.The TECkit libraries have been updated to support the Unicode 15.0.0 character
repertoire.Starting with TECkit version 2.5.7 there are several changes with the Windows
builds. First, a 64-bit build has been added to the already existing 32-bit
build. Second, the runtime files have changed. The file libwinpthread-1.dll
is no longer needed. The file libstdc++-6.dll needs to match the build
(32 or 64 bit) of the rest of the code. The 32-bit build needs
libgcc_s_sjlj-1.dll, while the 64-bit build needs libgcc_s_seh-1.dll.