Warning: remove non-ASCII comment to resolve C4819 encoding warning in VS2022 (zh-CN) #1815
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss.
In line 30 of the file yoga\yoga\algorithm\SizingMode.h:
It is recommended to change it to:
https://github.com/facebook/yoga/pull/1814