String<From/To>ASCIIArray() functions
— at Version 11
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)
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Summary: |
String<From/To>ASCII() functions → String<From/To>ASCIIArray() functions
|
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Description: |
modified (diff)
|
| Type: |
Bug → Feature Request
|
| Version: |
3.2.13.7
|
| Severity: |
None → Blocking
|
| Severity: |
Blocking → None
|
| Severity: |
None → Blocking
|
| Status: |
new → accepted
|
| Description: |
modified (diff)
|
Changing this to feature request to better reflect the type of changes I'm making.