v2.0
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
toON
. - Added
lookup
postfix in Unicode tester files.
Fixes
- Fixed minor compiler warnings.
- Made minor clarifications in the documentation.