KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
GBKtoUTF-8
★ 94
Open GitHub ↗
To transcode text files from GBK to UTF-8
Download README (.md)
Explore Similar Repositories
Blazor.PWA.MSBuild
:
An MSBuild package which adds simple PWA functionality to Blazor client-side Apps
mattermost-plugin-alertmanager
:
AlertManager Bot for Mattermost
vscode-lombok
:
Lombok Annotations Extension for Visual Studio Code
tracy
:
A simple and easy to use trainer to generate Rasa/Snips NLU datasets
react-cornerstone-viewport
:
[Deprecated] Use Cornerstone3D Instead https://cornerstonejs.org/
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GBKtoUTF-8
?
Download (.md)
# GBK to UTF-8 这是一个将文本文件由 GBK 转码为 UTF-8 的小工具。  可以选择多个文件,或者选择一个文件夹(支持在子文件夹中查找),但二者不可同时选择。 ## 下载 https://github.com/Roger-WIN/GBKtoUTF-8/releases 提供两种可执行文件: - `GBK.to.UTF-8_with-runtime.exe`:已内置框架(.NET 桌面运行时),无需另外安装,可直接运行; - `GBK.to.UTF-8.exe`:未内置框架,需自行安装,方可运行。 ## 系统要求 - | 操作系统版本 | 安装要求 | | :----------: | :----------------------------------------------------------: | | Windows 11 | 所有版本 | | Windows 10 | 1607 或更高版本 | | Windows 8.1 | [VC++ 2015~2019 运行库](https://aka.ms/vs/16/release/vc_redist.x64.exe) | | Windows 7 | [VC++ 2015~2019 运行库](https://aka.ms/vs/16/release/vc_redist.x64.exe) | - [.NET 6 桌面运行时](https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-x64-installer) ## 开发等 - [开发先决条件](https://github.com/Roger-WIN/GBKtoUTF-8/wiki/开发先决条件) - [发布](https://github.com/Roger-WIN/GBKtoUTF-8/wiki/发布概述)