compositions

Search:
Group by:

This module provides characters composition used by the normalization form algorithms

Procs

proc composition(r: var Rune; cpA: Rune; cpB: Rune): bool {...}{.raises: [], tags: [].}
Assign the primary composition for a given decomposition to r param. This is not a full composition. Return true if composition was found, otherwise return false
proc composition(cpA: Rune; cpB: Rune): Rune {...}{.raises: [ValueError], tags: [].}
Return the primary composition for a given decomposition. This is not a full composition. Raises ValueError if composition was not found