-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
27a40f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the problem with these? I can read the old ones in VS and here.
27a40f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're weren't proper UTF-8, but from the extended ASCII set. And in Xcode for Mac, it complained about them. They also viewed fine in Linux, but when I analyzed the file, it (properly) said it was an ASCII file, and not UTF-8. I suppose I could have turned off the option in Xcode, but it seems better to use proper UTF-8 when appropriate.
27a40f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, the problem is, Windows seems to produce such chars. How can we avoid that in the future?
27a40f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess make sure the editor is in UTF-8 mode, and not Windows-1252.
27a40f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I think I found the setting in VS.