# Functions
Normalize applies NFC normalization to the given string, returning the transformed string.
SafeKnownPrefix takes a string intended to represent a known prefix of another string and modifies it so that it would be safe to use with byte-based prefix matching against another NFC-normalized string.