Skip to content

Unicorn v1.0.5

Latest
Compare
Choose a tag to compare
@hgs3 hgs3 released this 18 Feb 21:09
· 1 commit to master since this release

Fixed a bug where functions that populate a character buffer (e.g. uni_norm or uni_caseconv) would fail to null-terminate it. This bug only occurred when the UNI_NULIFY flag was specified, the buffer capacity was a single code unit in size, and it was already populated with a non-null character by the implementation.