copycatbob Posted December 15, 2020 Posted December 15, 2020 i always delete those characters before compile and save , the next time/next day i open/load it back, it always contains : characters shown in Screenshots
Developers Jos Posted December 15, 2020 Developers Posted December 15, 2020 (edited) Which file encoding are those files? Could you please attached an example file so I can have a look as this is likely some BOM not being recognized. Jos Edited December 15, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
copycatbob Posted December 15, 2020 Author Posted December 15, 2020 8 hours ago, Jos said: Which file encoding are those files? Could you please attached an example file so I can have a look as this is likely some BOM not being recognized. Jos Little Brave.au3 here example file. it always has One (only one) random chinese/weird ascii character on top of script. everytime i open and want to compile it,i have to erase that ascii char to make it compiled successfully . it always create ONE Random ascii character the next day i open it again
GokAy Posted December 15, 2020 Posted December 15, 2020 Hey, I only see [CR][LF] in Notepad++, did not try with SciTE.
Developers Jos Posted December 15, 2020 Developers Posted December 15, 2020 1 hour ago, copycatbob said: here example file. Thanks. There seems to be a bug in the UTF code for the little-endian encoding that I need to investigate. Will report back when I know what is happening. Jos copycatbob 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Developers Jos Posted December 15, 2020 Developers Posted December 15, 2020 Please try the latest beta version to see if that also solves it for you: https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/SciTE.exe Jos FrancescoDiMuro 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
copycatbob Posted December 17, 2020 Author Posted December 17, 2020 Update : since i change the Encoding to UTF (not UTF little-endian anymore), the weird ASCII char Error has gone. there is something bug in Encoding UTF little-endian .. thanks Jos
Developers Jos Posted December 18, 2020 Developers Posted December 18, 2020 (edited) 8 hours ago, copycatbob said: there is something bug in Encoding UTF little-endian .. thanks Jos Yes I know and fixed that. Did you read my last posts and try that Beta version? Edited December 18, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
copycatbob Posted December 19, 2020 Author Posted December 19, 2020 (edited) 16 hours ago, Jos said: Yes I know and fixed that. Did you read my last posts and try that Beta version? thanks to you Jos case solved Edited December 19, 2020 by copycatbob
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now