Opened 16 years ago

Last modified 16 years ago

#596 closed Feature Request

String<From/To>ASCIIArray() functions — at Version 11

Reported by: Valik Owned by: Valik
Milestone: 3.2.13.12 Component: AutoIt
Version: Severity: Blocking
Keywords: Cc:

Description (last modified by Valik)

There are potential issues with these functions I need to look at. This is my reminder so I don't forget.

  • StringFromASCIIArray() should keep working even if there are embedded '\0' characters.
  • StringToASCIIArray() should keep working past any '\0'.
  • Document that when creating an array manually for StringFromASCIIArray() the character values must be specified in UNICODE, not ANSI. That means extended ANSI characters (Those > 127) will need converted to their UNICODE values.
  • Document that StringToASCIIArray() already returns UNICODE values.
  • Fix crash in StringToASCIIArray().

Change History (11)

comment:1 Changed 16 years ago by Valik

  • Description modified (diff)

comment:2 Changed 16 years ago by Valik

  • Description modified (diff)
  • Summary changed from String<From/To>ASCII() functions to String<From/To>ASCIIArray() functions

comment:3 Changed 16 years ago by Valik

  • Description modified (diff)

comment:4 Changed 16 years ago by Valik

  • Description modified (diff)

comment:5 Changed 16 years ago by Valik

  • Description modified (diff)

comment:6 Changed 16 years ago by Valik

  • Description modified (diff)

comment:7 Changed 16 years ago by Valik

  • Type changed from Bug to Feature Request
  • Version 3.2.13.7 deleted

Changing this to feature request to better reflect the type of changes I'm making.

comment:8 Changed 16 years ago by Valik

  • Severity changed from None to Blocking

comment:9 Changed 16 years ago by TicketCleanup

  • Severity changed from Blocking to None

Automatic ticket cleanup.

comment:10 Changed 16 years ago by Valik

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

comment:11 Changed 16 years ago by Valik

  • Description modified (diff)
Note: See TracTickets for help on using tickets.