utfz
UTF string library
A library providing utilities for iterating over and manipulating UTF-8 encoded strings without exceptions.
Tiny C++ UTF-8 library - safe, no exceptions
7 stars
30 watching
1 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
imqs/tsf | A C++ library for formatting strings in a type-safe way. | 7 |
sheredom/utf8.h | A single header library providing UTF-8 string functions similar to those in standard C libraries. | 1,746 |
josephg/librope | A C library for efficient manipulation of heavyweight UTF-8 strings using skip lists | 274 |
duffsdevice/tiny-utf8 | A lightweight C++ library providing a drop-in replacement for strings with efficient Unicode support and conversion between UTF-8 and UTF-32. | 544 |
zertovitch/mathpaqs | A collection of reusable mathematical components in Ada | 11 |
uni-algo/uni-algo | A C/C++ library that provides secure and efficient Unicode algorithms for text processing | 280 |
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
zeromq/rbzmq | A C-based library providing N-to-N networking with message passing capabilities | 247 |
mihaifm/linq | A JavaScript implementation of a LINQ library providing query and data processing functionality | 1,682 |
zeromq/czmq | A C binding for ØMQ that provides a high-level API and abstracts the underlying core functionality | 1,191 |
jakubszark/zig-string | A library providing basic string operations and utilities for the Zig programming language. | 368 |
dabbertorres/unicode | Utilities and data structures for working with UTF-8 encoded strings in C++ | 3 |
blady-com/uxstrings | Improves the representation of character strings in Ada GUI applications to handle internationalization and Unicode support more efficiently | 11 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
gulpf/nimquery | Library for querying HTML using CSS selectors | 134 |