Changes between Version 3 and Version 4 of Ticket #596


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #596 – Description

    v3 v4  
    66 * 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. 
    77 * Document that StringToASCIIArray() already returns UNICODE values.
    8  * Fix crash in StringToASCIIArray().
     8 * ~~Fix crash in StringToASCIIArray().~~