Modify

Opened 15 years ago

Closed 15 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 15 years ago by Valik

  • Severity changed from None to Blocking
  • Status changed from new to assigned

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 Changed 15 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 15 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.