How to export SharePoint list to csv by Powershell with Chinese characters?

Problem

In the previous post How to export SharePoint list to csv file by Powershell?, the schedule job is useful to export SharePoint list to csv file in ENGLISH. For the Traditional Chinese users, it is necessary to export the data in Unicode or other coding format.

Solution

Add -Encoding unicode as the end of Export-CSV in powershell.

20140828 - Export csv as unicode