You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the C++ code in this project makes some use of the Microsoft-provided macros designed to allow applications to support both ANSI and Unicode platforms. It does this inconsistently and without any specific use case for ANSI support.
We should remove support for ANSI and fully commit to Unicode in order to enhance simplicity, consistency, and portability.
The text was updated successfully, but these errors were encountered:
Currently, the C++ code in this project makes some use of the Microsoft-provided macros designed to allow applications to support both ANSI and Unicode platforms. It does this inconsistently and without any specific use case for ANSI support.
We should remove support for ANSI and fully commit to Unicode in order to enhance simplicity, consistency, and portability.
The text was updated successfully, but these errors were encountered: