Changes between Version 5 and Version 6 of Ticket #596


Ignore:
Timestamp:
11/02/08 16:06:27 (15 years ago)
Author:
Valik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #596 – Description

    v5 v6  
    11There are potential issues with these functions I need to look at.  This is my reminder so I don't forget.
    22
    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.~~
    44 * StringToASCIIArray() should keep working past any '\0'.
    55 * 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.