Skip to content

Commit 50d7a01

Browse files
committed
Update README
1 parent 85ac849 commit 50d7a01

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
## What's this?
66
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.
77

8+
Multi-targeting:
9+
- Visual Studio 2022 (17.x)
10+
- Visual Studio 2019 (16.x)
11+
812
**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.
1014
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.
1115

1216
## Screenshots

README.zh.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
## 介绍
66
本 Visual Studio 扩展(vsix)在Visual Studio的编辑器边栏的右下角显示文档的编码, 点击后可修改为您指定的编码。
77

8-
- **保持切换前文件的状态**:若切换到另一编码前,文件状态是未保存状态,则切换后也是未保存状态;若切换前文件不是修改状态,则切换后自动保存。
9-
- **默认为UTF-8**:当文件编码为本地时,改为UTF-8。
8+
支持版本:
9+
- Visual Studio 2022 (17.x)
10+
- Visual Studio 2019 (16.x)
11+
12+
说明:
13+
- **文件状态**:若切换到另一编码,则文件状态将被标记为`未保存`状态。
14+
- **默认编码**:文件编码默认为`UTF-8`,而不是此前的本地默认编码(例如GB2312)。
1015

1116
## Screenshots
1217

0 commit comments

Comments
 (0)