We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92853b9 commit c86696eCopy full SHA for c86696e
reference/docs-conceptual/dev-cross-plat/vscode/understanding-file-encoding.md
@@ -72,11 +72,11 @@ characters `â€"`.
72
Some strange character sequences that you might see include:
73
74
<!-- markdownlint-disable MD038 -->
75
-- `â€"` instead of `–`
76
-- `â€"` instead of `—`
+- `–` instead of `–` (an en-dash)
+- `—` instead of `—` (an em-dash)
77
- `Ä2` instead of `Ä`
78
- `Â` instead of ` ` (a non-breaking space)
79
-- `é` instead of `é`
+- `é` instead of `é`
80
<!-- markdownlint-enable MD038 -->
81
82
This handy [reference][28] lists the common patterns that indicate a UTF-8/Windows-1252 encoding
0 commit comments