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

Area for english topics
Antworten
unominhtuan
Beiträge: 5
Registriert: Do 12. Jul 2018, 03:18
Kontaktdaten:

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

Beitrag 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?
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

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

Beitrag 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...
unominhtuan
Beiträge: 5
Registriert: Do 12. Jul 2018, 03:18
Kontaktdaten:

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

Beitrag von unominhtuan »

I have chosen encoding as utf8 but still can not display, can you check it help me? thank you very much
unominhtuan
Beiträge: 5
Registriert: Do 12. Jul 2018, 03:18
Kontaktdaten:

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

Beitrag von unominhtuan »

I think the font that isn studio uses is missing the characters that I entered
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

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

Beitrag von ISI360 »

OK..have you tried change the font? You can also do this in the settings...
unominhtuan
Beiträge: 5
Registriert: Do 12. Jul 2018, 03:18
Kontaktdaten:

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

Beitrag von unominhtuan »

I tried all, but still no effect
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

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

Beitrag 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.
unominhtuan
Beiträge: 5
Registriert: Do 12. Jul 2018, 03:18
Kontaktdaten:

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

Beitrag 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
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

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

Beitrag 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.
Antworten