From 9947157991525daff42ec97267476752bbcd5ea5 Mon Sep 17 00:00:00 2001 From: Stdio A Date: Sat, 12 Nov 2016 20:17:59 +0800 Subject: [PATCH] Translating 20161102 How to Convert Files to UTF-8 Encoding in Linux --- .../20161102 How to Convert Files to UTF-8 Encoding in Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20161102 How to Convert Files to UTF-8 Encoding in Linux.md b/sources/tech/20161102 How to Convert Files to UTF-8 Encoding in Linux.md index aebcc6b5ef..18398a9a0d 100644 --- a/sources/tech/20161102 How to Convert Files to UTF-8 Encoding in Linux.md +++ b/sources/tech/20161102 How to Convert Files to UTF-8 Encoding in Linux.md @@ -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.