#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.6.0 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Converted into UTF8 with BOM (under SciTE), before Autoit Debugger ; I can read the 3 first lines, not the others #include Local $str[10] = [ _ "Sant Julià de Lòria", _ "Skrýchov u Oparan", _ "Žíšov", _ "??????? ???????", _ "??????-???", _ "??????", _ "????", _ " ?????? ?????", _ "??? ???????? ?? ???? ?? ???????? ?? ????? ??? ??????? ??????????? ?? ?????? ??????? ??? ?????? ?????? ?? ?????????? ?? ??? ?? ?? ?????? ?????? ??????? ?? ??? ?? ?????? ???? ???????", _ "????????????????????????" _ ] _ArrayDisplay($str)