@jPV
The library is not yet published, I will publish it as soon as I've finished the Hasteroid game test to check for errors, bugs and missing features
and this is the highlighted line:Error in line 351 (ID3Tag.hws): Invalid UTF-8 sequence encountered!
Code: Select all
FrameType = ReadString(nf, 4)Code: Select all
s$ = ReadString(id, length[, encoding])Code: Select all
#ENCODING_ISO8859_1No need to bother all string functions. Just insert this line to the beginning of the script:peceha wrote: this is what must be added to almost every function handling strings:Code: Select all
#ENCODING_ISO8859_1
Code: Select all
@OPTIONS {Encoding = #ENCODING_ISO8859_1}