Seite 1 von 1

can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Do 12. Jul 2018, 03:27
von unominhtuan
I use ISN Studio, however it can not display, input the characters of the extended Latin table. they are changed to "?"
For example, "Cần" to "C?n" ấ ầ ẩ ậ ư ơ... and more
Is there solution for my case?

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Mi 18. Jul 2018, 18:23
von ISI360
Hi!

Where happen this problem? In the secript editor, oder the formstudio?
Check if settings -> script editor -> code page utf-8 is set...

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Do 19. Jul 2018, 23:01
von unominhtuan
I have chosen encoding as utf8 but still can not display, can you check it help me? thank you very much

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Do 19. Jul 2018, 23:03
von unominhtuan
I think the font that isn studio uses is missing the characters that I entered

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Sa 21. Jul 2018, 13:41
von ISI360
OK..have you tried change the font? You can also do this in the settings...

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Mi 25. Jul 2018, 15:28
von unominhtuan
I tried all, but still no effect

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Do 26. Jul 2018, 07:43
von ISI360
OK can you please post me a debug log from the isn? (settings -> general -> advanced -> debug)

What language is your OS using? So i can try to rebuild that scenario at my side.

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Fr 27. Jul 2018, 08:16
von unominhtuan
ISN AutoIt Studio - Debug
----------------------------------

- SYSTEM -
----------------
OS: WIN_7 Service Pack 1 (X64)
RAM: 6143.24 MB
WinAPI version: 6.1
Run on monitor: 1 (Detected: 1)
Run from drive: C:\
|-> compressed: No

- ISN AUTOIT STUDIO GENERAL -
----------------
Studio version: Version 1.07 12.04.2018 (20180412)
Executable path: C:\Users\TuanUno\Desktop\ISN AutoIt Studio\Autoit_Studio.exe (PID 6548)
Startups: 17
Mode: Normal
ISN AutoIt version: 3.3.14.5
Current Skin: #none#
ISN DPI scale: 1
Languagefile: english.lng
Run mode: Compiled version
Run ISN as admin: Yes

- AUTOIT PATHS -
----------------
Autoit3.exe: OK (C:\Program Files (x86)\AutoIt3\AutoIt3.exe)
Aut2exe.exe: OK (C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2exe.exe)
AutoIt3Help.exe: OK (C:\Program Files (x86)\AutoIt3\AutoIt3Help.exe)
Au3Check.exe: OK (C:\Program Files (x86)\AutoIt3\Au3Check.exe)
Au3Info.exe: OK (C:\Program Files (x86)\AutoIt3\Au3Info.exe)
AU3Stripper.exe: File not found! ()
Tidy.exe: File not found! ()

- ISN AUTOIT STUDIO PATHS -
----------------
%myisndatadir%: C:\Users\TuanUno\Documents\ISN AutoIt Studio
Working dir: C:\Users\TuanUno\Desktop\ISN AutoIt Studio
Script dir: C:\Users\TuanUno\Desktop\ISN AutoIt Studio
Project dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Projects
Templates dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Templates
Release dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Release
Backup dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Backups
Skins dir: C:\Users\TuanUno\Desktop\ISN AutoIt Studio\Data\Skins
Cache dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\data\cache
Plugins dir: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Data\Plugins
config.ini path: C:\Users\TuanUno\Documents\ISN AutoIt Studio\Data\Config.ini
Config writable: Yes
ISN dir writable: Yes

- ISN AUTOIT STUDIO PLUGINS -
----------------
Loaded Plugins: 2
Loaded filetypes: jpg|jpeg|bmp|ico|dll|wav|wave|mp3|ogg|isf|

----------------------------------------------------------------------------------------------------------------------

I use Vietnamese language

this is demo image:
Bild

Re: can not input or display unicode characters "â ấ ă ạ..."

Verfasst: Sa 28. Jul 2018, 15:52
von ISI360
Can you please post the result of _WinAPI_GetSystemDefaultLCID() on your system?

Code: Alles auswählen

#include <WinAPILocale.au3>
msgbox(0,"result",_WinAPI_GetSystemDefaultLCID())
I have installed a testsystem at my pc. An Windows 10 OS..changed language to vietnamese...copy past of your chars works fine
in my testsystem.