mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This decoding required high lookahead, and was not even consistently useful (the `garbage_char` test case was not valid UTF-8 and so did not benefit from `reportGarbageChar`). This limits UTF-8 handling to the `STRLEN` and `STRSUB` built-in functions, and to charmap conversion.
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
ERROR: garbage_char.asm(1):
|
|
Unknown character '\xff'
|
|
error: Assembly aborted (1 error)!
|