Game Development Community

LUA issues with Unicode

by Jonathon Stevens · in Torque Game Engine · 03/04/2006 (8:13 pm) · 2 replies

I'm wondering if anyone has fixed the issues LUA has with Unicode? I'm getting conversion errors with converting from chars to both LPCWSTR and LPWSTR. Thoughts? Anyone have a fix?

About the author

With a few casual games under his belt as CEO of Last Straw Productions, Jonathon created the increasingly popular Indie MMO Game Developers Conference which. Following the success of IMGDC a new MMOG fan event called LFG Expo will debut in June of 2010.


#1
03/04/2006 (8:24 pm)
I found this resource www.codeproject.com/string/tconvert.asp and implemented it, but get errors with conversions using it as well. So I'm still in the same boat!!
#2
03/04/2006 (8:46 pm)
There are string conversion functions in TGE. Read the TorqueUnicode page on TDN.