How to Show Eastern Letter(Chinese Character) on SQL Server/SQL Reporting Services?

后端 未结 5 900
自闭症患者
自闭症患者 2021-02-07 23:12

I need to insert chinese characters in my database but it always show ???? ..

Example:

Insert this record.

微波室外单元-Apple

Then it became ???

5条回答
  •  野的像风
    2021-02-08 00:05

    Make sure that you have set an encoding for the database to one that supports these characters. UTF-8 is the de facto encoding as it's ASCII compatible but supports all 1114111 Unicode code points.

提交回复
热议问题