﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1093	StringFormat not work with non-latin symbols in format string	Lazycat	Jpm	"Just discovered, that StringFormat stops to work when in format string are presented non-latin symbols (cyrillic in my case). This was introduced in latest beta, older versions till 3.3.0.0 (inclusive) work fine.

{{{
MsgBox(0, ""Test"", StringFormat(""Тест=%d"", 1)) ; output ""Тест=%d""
MsgBox(0, ""Test"", StringFormat(""Test=%d"", 1)) ; output ""Test=1"" as expected
}}}"	Bug	closed	3.3.1.2	AutoIt	3.3.1.1	None	Fixed		
