Modify ↓
Opened 17 years ago
Closed 17 years ago
#897 closed Bug (Fixed)
StringToASCIIArray() does not work correctly with binary data.
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.1.0 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | Blocking |
| Keywords: | Cc: |
Description
I need to fix StringToASCIIArray() to properly support binary data, otherwise the encoding parameter is useless.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Severity: | None → Blocking |
|---|---|
| Status: | new → assigned |
comment:2 by , 17 years ago
The encoding parameter has nothing to do with binary input. The encoding parameter changes the contents of the returned array. Binary data must be converted to a string first with BinaryToString(). This will be documented.
comment:3 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed in version: 3.3.1.0
Note:
See TracTickets
for help on using tickets.

This needs addressed before the next beta is released. Setting the blocking flag to reflect that. This should be simple, I think it's actually a documentation error, not a coding error.