Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.