We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the code every string constant is wrapped in the _T() macro. According to (link), this is used for Unicode support.
Apart from that i've never seen this macro in any other source and if I understand it right, OGRE_WCHAR_T_STRINGS is used for this purpose, too.
Would it be useful to remove all the _T() macros (using Regex maybe) and use Ogre::String everywhere?
The text was updated successfully, but these errors were encountered:
at some later point maybe, as the priority right now should be to get the main functionality running again. #8
For now we can easily make _T() a noop, like it already is on linux.
Sorry, something went wrong.
No branches or pull requests
In the code every string constant is wrapped in the _T() macro.
According to (link), this is used for Unicode support.
Apart from that i've never seen this macro in any other source and if I understand it right, OGRE_WCHAR_T_STRINGS is used for this purpose, too.
Would it be useful to remove all the _T() macros (using Regex maybe) and use Ogre::String everywhere?
The text was updated successfully, but these errors were encountered: