You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,12 @@
5
5
## What's this?
6
6
This Visual Studio Extension will display the charset of current document at the right bottom margin of the editor; Click to popup a contextual menu with a list of encodings and choose the encoding that you want to convert the document to.
7
7
8
+
Multi-targeting:
9
+
- Visual Studio 2022 (17.x)
10
+
- Visual Studio 2019 (16.x)
11
+
8
12
**NOTES**:
9
-
1. The file's modification status will be changed to dirty, since you'd changed the encoding of the file.
13
+
1. The file's modification status will be changed to `dirty` (aka Modified), since you'd changed the encoding of the file.
10
14
2. UTF-8 as default: When the encoding could be regarded as both UTF-8 and the locale default encoding (e.g. `GB2312`), this app will take it as `UTF-8` instead of the locale default.
0 commit comments