[PR #13026] change 3 en-dash to hyphen in Microsoft.Terminal.Settings.ModelLib.vcxproj #29340

Open
opened 2026-01-31 09:34:20 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13026

State: closed
Merged: Yes


There are 3 en-dashes(U+2013) in the file when they should be hyphen (U+002D).
This character causes the file to fail to compile in a non-utf8 encoding environment.

Just modified 3 characters to make it fall within the scope of ascii and keep it consistent with other files of the project.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/13026 **State:** closed **Merged:** Yes --- There are 3 en-dashes`(U+2013)` in the file when they should be hyphen `(U+002D)`. This character causes the file to fail to compile in a non-utf8 encoding environment. Just modified 3 characters to make it fall within the scope of ascii and keep it consistent with other files of the project.
claunia added the pull-request label 2026-01-31 09:34:20 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29340