SQLite/AutoHotkey, I have problem with Encoding of sqlite3_result_text return function
问题 I am writing a User Define Function with SQLite in AutoHotkey. It works well as I intended when I use (return) English only. But, If I use (return) any character with NonEnglish, it makes broken result. The broken result has, for me, some rules - its length is exctly realted with NonEnglish character. Does any body heard about it ? I guess it is problem with " sqlite3_result_text " function of SQLite. If so, I'd like to use it properly. Thanks [EDIT] I have tested with " sqlite3_result_text64