Modify ↓
Opened 16 years ago
Closed 16 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 Changed 16 years ago by Valik
- Severity changed from None to Blocking
- Status changed from new to assigned
comment:2 Changed 16 years ago by Valik
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 Changed 16 years ago by Valik
- Milestone set to 3.3.1.0
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed in version: 3.3.1.0
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.
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.