tuape Posted November 16, 2004 Posted November 16, 2004 Hi, Does anybody know if it's possible to use AutoIt for writing text files in Notepad's Unicode format (UTF-16?)? Or maybe there is a way to mass convert whole directories?
tuape Posted November 20, 2004 Author Posted November 20, 2004 I would suspect FileWrite is not possible since AutoIt doesn't support Unicode. How about conversion? I'm not saying the files would actually have unicode (like Chinese) characters, but I would need to change their encoding to unicode anyway. Does anyone know more elegant solution than opening in Notepad and changing encoding type in 'Save as' dialog?
this-is-me Posted November 20, 2004 Posted November 20, 2004 Am not sure of the question, but I believe it is still possible to write files using Chr() to partially support unicode... I have absolutely no idea if this will work in your situation, though. Who else would I be?
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