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.~~ |