Opened on Sep 27, 2008 at 8:23:37 PM
Last modified on Nov 19, 2008 at 2:55:57 AM
#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 )
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 by , on Sep 28, 2008 at 7:20:48 PM
| Description: | modified (diff) |
|---|
comment:2 by , on Oct 13, 2008 at 10:51:41 PM
| Description: | modified (diff) |
|---|---|
| Summary: | String<From/To>ASCII() functions → String<From/To>ASCIIArray() functions |
comment:3 by , on Oct 13, 2008 at 10:53:46 PM
| Description: | modified (diff) |
|---|
comment:4 by , on Oct 26, 2008 at 5:19:32 PM
| Description: | modified (diff) |
|---|
comment:5 by , on Oct 26, 2008 at 5:35:15 PM
| Description: | modified (diff) |
|---|
comment:6 by , on Nov 2, 2008 at 4:06:27 PM
| Description: | modified (diff) |
|---|
comment:7 by , on Nov 2, 2008 at 4:07:05 PM
| Type: | Bug → Feature Request |
|---|---|
| Version: | 3.2.13.7 |
comment:8 by , on Nov 16, 2008 at 2:51:51 AM
| Severity: | None → Blocking |
|---|
comment:10 by , on Nov 17, 2008 at 2:51:48 AM
| Severity: | None → Blocking |
|---|---|
| Status: | new → accepted |
comment:11 by , on Nov 19, 2008 at 2:46:53 AM
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

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