Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soasis/cuneicode
A C library for converting between two different encodings in a simple, easy, and powerful way.
https://github.com/soasis/cuneicode
c encoding execution-encoding unicode utf16 utf32 utf8 wide-execution-encoding
Last synced: 1 day ago
JSON representation
A C library for converting between two different encodings in a simple, easy, and powerful way.
- Host: GitHub
- URL: https://github.com/soasis/cuneicode
- Owner: soasis
- License: other
- Created: 2021-01-30T22:33:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T03:30:37.000Z (3 months ago)
- Last Synced: 2024-08-09T04:37:13.193Z (3 months ago)
- Topics: c, encoding, execution-encoding, unicode, utf16, utf32, utf8, wide-execution-encoding
- Language: C++
- Homepage: http://ztdcuneicode.rtfd.io/
- Size: 2.14 MB
- Stars: 53
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuneicode
> If you follow the River, you will find the C.
This library is the hyper-focused span-based C library for Unicode Transformation Format encoding and decoding that is implementing the ideas found in [the latest and greatest of the encoding papers for C functions](https://thephd.dev/_vendor/future_cxx/papers/C%20-%20Restartable%20and%20Non-Restartable%20Character%20Functions%20for%20Efficient%20Conversions.html), plus additional functionality:
```c
```
# Documentation
The documentation can be found on [https://ztdcuneicode.rtfd.io/](https://ztdcuneicode.rtfd.io/).
# In-Depth Writing
Articles explaining the principles for both C and C++ can be found at the following locations:
- [API Critique, Part I with C, Rust, and C++](https://thephd.dev/the-c-c++-rust-string-text-encoding-api-landscape)
- [API Design for Cuneicode](https://thephd.dev/cuneicode-and-the-future-of-text-in-c)
- [General Principles in with C++ and ztd.text](https://thephd.dev/any-encoding-ever-ztd-text-unicode-cpp)
- [High-Level Goals for C and C++ in the Future](https://soasis.org/posts/planted-seeds-unicode-c-c++-2021/)# Additional Details
Much more about this work and its progress can be found at the [text page on this site](https://thephd.dev/portfolio/text).
# License & Contributions
By contributing to this repository, you agree that your contributions will be released to the copyright of JeanHeyd "ThePhD" Meneide and Shepherd's Oasis, LLC under the Apache 2.0 License or the relevant Commercial License. See the [LICENSE](LICENSE) file and the [CONTRIBUTING](CONTRIBUTING) file for details.