How to enable powershell to display Chinese characters without garbled characters

Source: Internet
Author: User
Fault description:

In the past two days, a department has performed survey to investigate some information. due to some special requirements on the final result report, it has to be decided to discard the export to spreadsheet feature provided by Sharepoint survey, use powershell to export the result.

The problem is that the Chinese characters in survey results cannot be properly displayed, and all printed are question marks ..

 

Solution:

As a matter of fact, the question of encoding is known at first glance. In an environment where English is the default language, the default encoding of powershell is ASCII.

The simplest way is to use powershell ise instead.Which can display non-English characters. When operating SharePoint data, you only need to run the statement in the statement under the statement when the ISE is started, which is much easier than the management console.

Add-pssnapin Microsoft. Sharepoint. powershell

 

Another solution is to change encoding to utf8 and run the following statement.

$ Outputencoding = new-object-typename system. Text. utf8encoding

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.