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 Valik, 17 years ago

Severity: NoneBlocking
Status: newassigned

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.

comment:2 by Valik, 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 Valik, 17 years ago

Milestone: 3.3.1.0
Resolution: Fixed
Status: assignedclosed

Fixed in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.