Changes between Version 5 and Version 6 of Ticket #596
- Timestamp:
- 11/02/08 16:06:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #596 – Description
v5 v6 1 1 There are potential issues with these functions I need to look at. This is my reminder so I don't forget. 2 2 3 * StringFromASCIIArray() should return a binary string if there are embedded '\0' characters.3 * ~~StringFromASCIIArray() should keep working even if there are embedded '\0' characters.~~ 4 4 * StringToASCIIArray() should keep working past any '\0'. 5 5 * Allow specifying the encoding (ANSI/UNICODE) for binary data in StringToASCIIArray(). This flag should only work if the type of input is binary. Strings are treated as UNICODE.