Skip to content

Use Ogre::String and remove wchar_t related macros #4

Description

@kPYKx7Ddw4n1aIKZ

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions