Warning: remove non-ASCII comment to resolve C4819 encoding warning in VS2022 (zh-CN) #1815

Open
opened 2025-06-07 10:39:35 -07:00 by potato520hjj · 1 comment
potato520hjj commented 2025-06-07 10:39:35 -07:00 (Migrated from github.com)

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:

  • A box’s “ideal” size in a given axis when given infinite available space.

It is recommended to change it to:

  • A box's "ideal" size in a given axis when given infinite available space.
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: * A box’s “ideal” size in a given axis when given infinite available space. It is recommended to change it to: * A box's "ideal" size in a given axis when given infinite available space.
potato520hjj commented 2025-06-07 10:40:19 -07:00 (Migrated from github.com)
https://github.com/facebook/yoga/pull/1814
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#1815
No description provided.