Page 1 of 1

text and version 7

Posted: Wed Mar 22, 2017 3:32 am
by xabierpayet
i have a problem with the v7.0, i have a txt file with this txt:

TRUE-FALSE-POINTS-TIME-CORRECT-WRONG-MUSIC-SFX-LANGUAGE
i open it here:
@FILE 21,"databaseENG.hws"

SETFONT("ARIAL",30)
SETFONTSTYLE(#ANTIALIAS)
print(readline(21))
WaitLeftMouse()

and i have this output:

TRUE-FALSE-POINTS-TIME-CORRECT-WRONG-MUSIC-SFX-LANGUAGE

this have as a tabulator in the first character, i don´t know why, and my original file is correct too, i do test with:
SetDefaultEncoding(...) too, but now i have different outputs, and the result is not good for me.

Re: text and version 7

Posted: Wed Mar 22, 2017 11:08 pm
by airsoftsoftwair
Hmm, works here. Can you upload your original text file somewhere so that I can check it?

Re: text and version 7

Posted: Thu Mar 23, 2017 1:21 am
by xabierpayet
i solve this, the hollywood ide, save the database.txt in utf8 format, i change it to ascii again