|
That Terminal
A terminal emulator designed for video making purposes.
|

Public Member Functions | |
| void | Load (std::filesystem::path unipath) |
| char32_t | Has (const std::string &s) const |
| bool | Has (char32_t c) const |
Public Attributes | |
| std::map< std::string, char32_t > | codes |
| Translation of names into codepoints. | |
| std::map< char32_t, std::string > | names |
| Translation of codepoints into names. | |
Contents of UniData.txt in a parsed format
|
inline |
Query whether the given codepoint has a name.
| c | codepoint to search for |
|
inline |
Query whether the given name is defined.
| s | name to search for |
|
inline |
Load from
| unipath | file |