Skip to content

Tags: Pandinosaurus/tinyutf8

Tags

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from DuffsDevice/make_public_get_num_bytes

Made useful helper methods public

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from DuffsDevice/fix_swap

Fixed swap

v2.0

Toggle v2.0's commit message
Hopefully last fix of test.cpp to make compilation with clang over Tr…

…avis CI work

v1.5

Toggle v1.5's commit message
Finally applied Testing to the most complex function: utf8_string::re…

…place! Fixed many many bugs in it.

v1.4

Toggle v1.4's commit message
Fixed bug in compute_multibyte_table() with codepoints spanning exact…

…ly 2 bytes

Optimized get_num_resulting_bytes()
Removed unnecessary cast to uint8_t in get_indices()