openMSX
|
This is the complete list of members for openmsx::MsxChar2Unicode, including all inherited members.
MsxChar2Unicode(std::string_view mappingName) | openmsx::MsxChar2Unicode | explicit |
msxToUtf8(std::span< const uint8_t > msx, const std::function< uint32_t(uint8_t)> &fallback) const | openmsx::MsxChar2Unicode | |
msxToUtf8(std::span< const uint8_t > msx, char fallback) const | openmsx::MsxChar2Unicode | |
utf8ToMsx(std::string_view utf8, const std::function< uint8_t(uint32_t)> &fallback) const | openmsx::MsxChar2Unicode | |
utf8ToMsx(std::string_view utf8, char fallback) const | openmsx::MsxChar2Unicode |