Closed Salads closed 8 years ago
I believe that const char *
in this case is a pointer to an array of bytes, not a pointer to an array of ASCII characters. UTF-8 should work, I think Steam uses it internally for international characters etc.
Got it, thanks!
I can't seem to send people utf8 encoded messages, since the parameter is a const char*
Is there a way to do this with a workaround, or could there be an overloaded function with a wide string?