Jadekylin / Force-UTF8-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force UTF-8 2022

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

安装步骤

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

编译步骤(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


Languages

Language:C# 100.0%