Changes between Version 4 and Version 5 of Ticket #596


Ignore:
Timestamp:
10/26/08 17:35:15 (16 years ago)
Author:
Valik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #596 – Description

    v4 v5  
    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.
    6  * 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. 
    7  * Document that StringToASCIIArray() already returns UNICODE values.
     6 * ~~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.~~
     7 * ~~Document that StringToASCIIArray() already returns UNICODE values.~~
    88 * ~~Fix crash in StringToASCIIArray().~~