so I've used this code to test it out first
Code: Select all
get TEXT string
put TEXT unicode MEMORY_FILE
get SIZE ASIZE MEMORY_FILE
log _001.txt 0 SIZE MEMORY_FILE
so I tried wrting "ダミー" to a UTF8 text file, but when I ran the file though quickbms 8.0 it converts wrongly ãƒミー on hex E3 00 92 01 80 00 DF 30 FC 30
when I same the same document to Unicode I got C0 30 DF 30 FC 30 in hex
so I tried using 0.76 and alo got C0 30 DF 30 FC 30 in hex
tied using plain English text UTF8 and not Japanese characters and it seems to be properly converted to Unicode.