-
-
Notifications
You must be signed in to change notification settings - Fork 33
dlib.text
Timur Gafarov edited this page Oct 5, 2019
·
5 revisions
GC-free text processing package.
- dlib.text.lexer - generic lexical analyzer
- dlib.text.unmanagedstring - GC-free UTF-8 string type compatible with D's native strings
- dlib.text.utf8 - UTF-8 decoder
- dlib.text.utf16 - functions to convert UTF-8 to UTF-16 (and vice-versa)
- dlib.text.utils - basic string manipulation functions.