Modify

Opened 17 years ago

Closed 16 years ago

#1093 closed Bug (Fixed)

StringFormat not work with non-latin symbols in format string

Reported by: Lazycat Owned by: J-Paul Mesnage
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 J-Paul Mesnage, 17 years ago

Owner: set to Jon
Status: newassigned

comment:2 by J-Paul Mesnage, 16 years ago

Milestone: 3.3.1.2
Owner: changed from Jon to J-Paul Mesnage
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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