Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将文件中的 UTF-8 字符转换为NCR十六进制。我尝试了以下方法:
iconv -f UTF-8 -t //TRANSLIT file --unicode-subst=&#x%04X;'
但是,它什么也没做,我什至在iconv --list.
iconv --list