Modify

#1093 closed Bug (Fixed)

StringFormat not work with non-latin symbols in format string

Reported by: Lazycat Owned by: Jpm
Milestone: 3.3.1.2 Component: AutoIt
Version: 3.3.1.1 Severity: None
Keywords: Cc:

Description

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

Attachments (0)

Change History (2)

comment:1 by Jpm, on Jul 29, 2009 at 10:29:10 AM

Owner: set to Jon
Status: newassigned

comment:2 by Jpm, on Oct 12, 2009 at 9:46:47 AM

Milestone: 3.3.1.2
Owner: changed from Jon to Jpm
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.