Unicode
- utf8.codepoint_count — The number of Unicode codepoints in a string
- utf8.is_valid — True if a string is valid UTF-8
- utf8.strpad — Pad a string to a given length (UTF-8 encoded)
- utf8.substr — Extract a substring (UTF-8 encoded)
- utf8.translate — Map one set of characters to another