mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement multi-value charmaps (#1429)
This commit is contained in:
@@ -53,7 +53,7 @@ char const *printChar(int c) {
|
||||
return buf;
|
||||
}
|
||||
|
||||
size_t readUTF8Char(std::vector<uint8_t> *dest, char const *src) {
|
||||
size_t readUTF8Char(std::vector<int32_t> *dest, char const *src) {
|
||||
uint32_t state = 0, codepoint;
|
||||
size_t i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user