- Thread starter
- #141
New Version 0.5.0!!!
New Version 0.5.0!!! - See first post.
I found AutoHotkey_L which allows my app to natively support Unicode, so now I can read and write UTF-8 files. This should fix two problems: I no longer have to convert the output from the database from UTF-8 to ansi, which may be causing some problems with special characters, and the nfo files are now created in UTF-8 format. I also added the xml document header for UTF-8(<?xml version="1.0" encoding="UTF-8"?>) to the nfo file creation.
This is a major change, so please test and get back to me.
New Version 0.5.0!!! - See first post.
I found AutoHotkey_L which allows my app to natively support Unicode, so now I can read and write UTF-8 files. This should fix two problems: I no longer have to convert the output from the database from UTF-8 to ansi, which may be causing some problems with special characters, and the nfo files are now created in UTF-8 format. I also added the xml document header for UTF-8(<?xml version="1.0" encoding="UTF-8"?>) to the nfo file creation.
This is a major change, so please test and get back to me.