This is a change I've noticed in versions
2.27.0 WIP
2.29.1 WIP
The difference I am having in these two is that in
2.27.0 WIP
I can register a 16bit char string class and it works perfectly.
in
2.29.1 WIP
registering the same string factory, I am getting odd results of the strings. Lots of asian characters.
Log(CString &)
Log("Testing Script");
gives
2.27.0 WIP = Testing Script
2.29.1 WIP= Testing Script???
Log("Testing Scrip");
gives
2.27.0 WIP = Testing Scrip
2.29.1 WIP= Testing Scrip