Tags: jwellbelove/tinyutf8
Tags
- 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
Bugfix in get_num_codepoints, if sso is active Fixed DuffsDevice#12
Merge pull request DuffsDevice#8 from DuffsDevice/make_public_get_num… …_bytes Made useful helper methods public
Merge pull request DuffsDevice#6 from DuffsDevice/fix_swap Fixed swap