remy / txt2bas

ZX Spectrum BASIC conversion tooling (specific support for NextBASIC)
19 stars 0 forks source link

UDG-like chars don't parse correctly #11

Closed remy closed 4 years ago

remy commented 4 years ago

Or specifically, they don't get encoded and the byte length goes wrong.

40 REM "�������������������������������"

Error is Source is too large

remy commented 4 years ago

This was a weird encoding bug, where the character length doubled after encoding (I assume they might have hit something like a utf16 character or something clever).