zgl
Results
1
issues of
zgl
 if I do enc := ma.NewEncoder("gb18030") first and then print with enc.ConvertString(file1.Name) I would get Chinese garbled. But if I just do ma.NewDecoder("gb18030").ConvertString(file1.Name) it works