From c9e1f2c454ca99e4b4e5c006065dde3fad4096dd Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 7 Jan 2025 16:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0b164..154c2ad 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ windows下需要特殊处理编码问题(API要求为UTF-8)。 # 输入格式 - 在程序所在位置下,读取`fanyi.ini`配置文件(请参考模板),设置百度翻译`API`相关信息。 -- 命令行第二个参数,读取一个txt文件,每一行是一句要翻译的内容。 +- 命令行第二个参数,读取一个txt文件(需要UTF-8编码),每一行是一句要翻译的内容。 # 依赖