Changes between Version 2 and Version 3 of Ticket #596
- Timestamp:
- 10/13/08 22:53:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #596 – Description
v2 v3 6 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 7 * Document that StringToASCIIArray() already returns UNICODE values. 8 * Fix crash in StringToASCIIArray().