Skip to content

Releases: rhdunn/ucd-tools

11.0.0.1

04 May 17:26
11.0.0.1
Compare
Choose a tag to compare
  • Fix -fsanitize=address issues in case.c.

11.0.0

04 May 17:02
11.0.0
Compare
Choose a tag to compare

Update to Unicode Character Data 11.0.

10.0.0

25 Jun 15:12
10.0.0
Compare
Choose a tag to compare
  • Add iswblank and iswxdigit compatibility.
  • Improve ctype compatibility.
  • PropList and emoji-data property lookup.
  • Support building with a C89 compiler.

Unicode Data:

  • Update to Unicode Character Data 10.0.0.
  • Unicode Emoji 5.0.

9.0.0

25 Jun 15:11
9.0.0
Compare
Choose a tag to compare
  • Update to Unicode Character Data 9.0.0.

8.0.0.1

25 Jun 15:11
8.0.0.1
Compare
Choose a tag to compare
  • Provide a C API in addition to the C++ API.
  • Convert the implementation from C++ to C.

8.0.0

25 Jun 15:10
8.0.0
Compare
Choose a tag to compare
  • Update to Unicode Character Data 8.0.0.
  • Detect MacOSX glibtoolize in autogen.sh.
  • Use UCD PropertyValueAliases instead of the IANA subtag registry for the
    script label to ISO 15924 mapping.
  • Support enabling the CSUR data via the --with-csur configure flag.

7.0.0.1

25 Jun 15:09
7.0.0.1
Compare
Choose a tag to compare
  • Remove the ConScript Unicode Registry data from the Script and Category tables.
  • Fix mapping Script values to string.

7.0.0

25 Jun 15:08
7.0.0
Compare
Choose a tag to compare
  • Update to Unicode Character Data 7.0.0.
  • Updated the script list to support all ISO 15924 scripts.
  • Add a make target for building the documentation.

6.3.0

25 Jun 15:08
6.3.0
Compare
Choose a tag to compare
  • Update to Unicode Character Data 6.3.0.

6.2.0

25 Jun 15:07
6.2.0
Compare
Choose a tag to compare
  • Use Unicode Character Data 6.2.0.
  • General Category group and value lookup.
  • Script lookup.
  • White_Space property lookup provided by isspace.
  • Uses compact data tables for minimal overhead.
  • Support for Klingon [F8D0-F8FF] from the ConScript Unicode Registry.

wctype.h/wchar.h compatibility:

  • ctype-style API.
  • case conversion API (including totitle to convert to title case).