gpt4 book ai didi

unicode - 如何将 *.txt 文件转换为 Unicode

转载 作者:行者123 更新时间:2023-12-04 13:00:42 25 4
gpt4 key购买 nike

我有一个要求,客户端将提供编码 ANSI 的文件,但我的系统只能成功读取 UNICODE 中的文件。那么我该如何解决这个问题呢?我知道当我将文件“另存为”作为 UNICODE 编码的文件时,文件会被拾取。很难让客户遵守我们的要求。那么我可以为这个文件夹设置任何批处理程序来将此文件转换为 UNICODE 然后提取吗?

最佳答案

iconv 可以这样做:

Usage: iconv [OPTION...] [FILE...]
Convert encoding of given files from one encoding to another.

Input/Output format specification:
-f, --from-code=NAME encoding of original text
-t, --to-code=NAME encoding for output

Information:
-l, --list list all known coded character sets

Output control:
-c omit invalid characters from output
-o, --output=FILE output file
-s, --silent suppress warnings
--verbose print progress information

-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.

For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.

关于unicode - 如何将 *.txt 文件转换为 Unicode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/623330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com