8000 Tags · jwellbelove/tinyutf8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jwellbelove/tinyutf8

Tags

v2.1

Toggle v2.1's commit message
- Outsourced the check whether or not to start a new lut or to keep t…

…he old lut into utf8_string::is_lut_worth

- Fixed bugs in raw_insert, append and raw_replace when
   1. we decide we need a lut and
   2. the old buffer is not enough
   3. the new_buffer_size is at the border of a data type domain and new_buffer_size*2 is on the other side
  because in this situation the new lut width will be broken.
- Took into account whether there already is a lut when deciding about whether or not to have a lut in the future

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix in get_num_codepoints, if sso is active

Fixed DuffsDevice#12

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 DuffsDevice#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 DuffsDevice#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()
0