Modify ↓
Opened 15 years ago
Closed 15 years ago
#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 Changed 15 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:2 Changed 15 years ago by Jpm
- Milestone set to 3.3.1.2
- Owner changed from Jon to Jpm
- Resolution set to Fixed
- Status changed from assigned to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.3.1.2