Modify ↓
Opened 12 years ago
Closed 12 years ago
#2268 closed Bug (Fixed)
_StringReverse()
Reported by: | anonymous | Owned by: | guinness |
---|---|---|---|
Milestone: | 3.3.9.5 | Component: | AutoIt |
Version: | 3.3.8.1 | Severity: | None |
Keywords: | Cc: |
Description
Check _StringReverse() For Chinese, Korean, Japanese, similar characters.
Currently _StringReverse() does not work on unicode characters. If used then CPU Usage = 100%.
Previous _StringReverse() ( no dll ) one worked correctly
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by jchd
comment:2 Changed 12 years ago by guinness
- Milestone set to 3.3.9.5
- Owner set to guinness
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [7377] in version: 3.3.9.5
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.
Correct. Unless I'm wrong the function should be using wchar and _wcsrev, not char and _strrev: