Skip to content

Commit c86696e

Browse files
lor3ksdwheeler
andauthored
Update understanding-file-encoding.md (#10288)
* Update understanding-file-encoding.md * add correct em-dash example --------- Co-authored-by: Sean Wheeler <[email protected]>
1 parent 92853b9 commit c86696e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/docs-conceptual/dev-cross-plat/vscode/understanding-file-encoding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ characters `â&euro;"`.
7272
Some strange character sequences that you might see include:
7373

7474
<!-- markdownlint-disable MD038 -->
75-
- `â&euro;"` instead of ``
76-
- `â&euro;"` instead of ``
75+
- `–` instead of `` (an en-dash)
76+
- `—` instead of `` (an em-dash)
7777
- `Ä2` instead of `Ä`
7878
- `Â` instead of ` ` (a non-breaking space)
79-
- `Ã&copy;` instead of `é`
79+
- `é` instead of `é`
8080
<!-- markdownlint-enable MD038 -->
8181

8282
This handy [reference][28] lists the common patterns that indicate a UTF-8/Windows-1252 encoding

0 commit comments

Comments
 (0)