Files
rgbds/test/asm/invalid-utf-8.err
Rangi 850c78aaf4 Report garbage chars as their bytes; don't try decoding them as UTF-8
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.
2021-04-13 17:41:12 +02:00

6 lines
206 B
Plaintext

ERROR: invalid-utf-8.asm(6) -> invalid-utf-8.asm::m(4):
Unknown character '\xcf'
ERROR: invalid-utf-8.asm(6) -> invalid-utf-8.asm::m(4):
Unknown character '\xd3'
error: Assembly aborted (2 errors)!