forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of non ASCII characters in literals.
We would prefer that we don't use non ASCII characters in either string or character literals. In theory, every editor and tool would ensure that these characters are not translated to some random encoding or otherwise become corrupted. In practice, we're just going to err on the side of caution.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters