Modify ↓
Opened 16 years ago
Closed 16 years ago
#596 closed Feature Request (Completed)
String<From/To>ASCIIArray() functions
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().
Attachments (0)
Change History (12)
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
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)
comment:12 Changed 16 years ago by Valik
- Milestone set to 3.2.13.12
- Resolution set to Completed
- Status changed from accepted to closed
Changed in version: 3.2.13.12
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.
Changing this to feature request to better reflect the type of changes I'm making.