Changes between Version 6 and Version 11 of Ticket #596


Ignore:
Timestamp:
11/19/08 02:46:53 (16 years ago)
Author:
Valik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #596

    • Property Status changed from new to accepted
    • Property Severity changed from None to Blocking
    • Property Version changed from 3.2.13.7 to
    • Property Type changed from Bug to Feature Request
  • Ticket #596 – Description

    v6 v11  
    22
    33 * ~~StringFromASCIIArray() should keep working even if there are embedded '\0' characters.~~
    4  * StringToASCIIArray() should keep working past any '\0'.
    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.
     4 * ~~StringToASCIIArray() should keep working past any '\0'.~~
    65 * ~~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.~~
    76 * ~~Document that StringToASCIIArray() already returns UNICODE values.~~