Translating 20161102 How to Convert Files to UTF-8 Encoding in Linux

This commit is contained in:
Stdio A 2016-11-12 20:17:59 +08:00
parent 12cca4c1c9
commit 9947157991

View File

@ -1,3 +1,5 @@
Translating by StdioA
# How to Convert Files to UTF-8 Encoding in Linux
In this guide, we will describe what character encoding and cover a few examples of converting files from one character encoding to another using a command line tool. Then finally, we will look at how to convert several files from any character set (charset) to UTF-8 encoding in Linux.