Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 148 Bytes

File metadata and controls

7 lines (5 loc) · 148 Bytes

Convert Character Encoding

Using iconv command to convert character encoding.

iconv -f GB2312 -t UTF-8 source_file > target_file