Skip to content

Ocrosoft/Force-UTF8-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Force UTF-8 2022

适用于 Visual Studio 2022 的强制 UTF-8 编码拓展。

安装步骤(下载 .vsix)

  • 下载 Release 中的 Force.UTF-8.with.BOM.2022.vsix 或 Force.UTF-8.2022.vsix 文件。
  • 运行 vsix 安装。

安装步骤(Visual Studio Marketplace)

  • 在 Visual Studio 2022 的扩展窗口,搜索 utf。
  • 安装需要的版本即可。

编译步骤(With BOM)

  • 使用 VS2022 打开 ForceUtf8 2022.sln
  • 切换编译目标为x64
  • 生成项目。

编译步骤(No BOM)

  • 打开 ForceUtf8_2022Package.cs
  • 修改 private bool withBOM = true;private bool withBOM = false;
  • 切换编译目标为x64
  • 生成项目。

参考

https://github.com/jz5/vs-force-utf8-2017

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages