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 , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Milestone: | → 3.3.1.2 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.3.1.2