Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    an ASCII file is a valid UTF-8 file. Notepad++ or others may not tell you it's UTF-8, but it is. They are in fact looking for non ASCII characters to guess the actual encoding if their is no UTF BOM header in your file, but don't get fooled by what they say, ASCII is fully UTF-8 compatible. (but don't mix up ASCII and US EXTENDED ASCII) Commented Aug 24, 2020 at 13:13