Documentation
¶
Overview ¶
Package unicode contains Unicode text functionality for Akutan store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Normalize ¶
Normalize converts strings to normalized Unicode string. Both write and read operations to the Akutan store should use this function to normalize all strings before writing and reading respectively, so that canonical equivalent strings (ex., 'Beyonce\u0301' and 'Beyonc\u00e9') are treated equal.
Types ¶
This section is empty.