Skip to content

v2.0

Compare
Choose a tag to compare
@mta452 mta452 released this 12 May 10:54
· 102 commits to master since this release

Additions

SBCodepoint:

  • Bidirectional Type: SBBidiType SBCodepointGetBidiType(SBCodepoint codepoint)
  • General Category: SBGeneralCategory SBCodepointGetGeneralCategory(SBCodepoint codepoint)
  • Script: SBScript SBCodepointGetScript(SBCodepoint codepoint)

SBAlgorithm:

  • Bidirectional Types: const SBBidiType *SBAlgorithmGetBidiTypesPtr(SBAlgorithmRef algorithm)

SBScriptLocator:

  • Facilitates to find out script runs sequentially, as specified in UAX #24

Updates

  • Used const agent in SBMirrorLocator to avoid undesired mutations.
  • Used signed indexes to track boundary elements in custom stack and queue implementations.
  • Changed bidi type of unspecified code points from L to ON.
  • Added lookup postfix in Unicode tester files.

Fixes

  • Fixed minor compiler warnings.
  • Made minor clarifications in the documentation.