Description
Currently, our string class assumes that all strings are normal chars. Windows, however, assumes that chars will be wide chars. This is causing a number of issues with running strings on Windows and will eventually cause issues when using non-standard chars. Would be good to add support for this in future.
Description
Currently, our string class assumes that all strings are normal chars. Windows, however, assumes that chars will be wide chars. This is causing a number of issues with running strings on Windows and will eventually cause issues when using non-standard chars. Would be good to add support for this in future.