When I'm trying to add data in database and fetch it in data-grid, all the Sindhi characters turn in "???????????" as shown in figure. i think its because of coding i.e Unicode, ASCII etc, i don't know what coding is compatible for Sindhi and how to use it. Kindly refer me material to understand and to solve this problem as I'm am newbie in C#.
Asked
Active
Viewed 146 times
-1

sam
- 29
- 5
-
Set encoding to utf. – pavel Feb 21 '15 at 09:22
-
where should i set it to utd ? – sam Feb 21 '15 at 09:22
-
In both, database and your script – pavel Feb 21 '15 at 09:29
3 Answers
0
You need to change the characterset to utf8, for instructions on how to do that reffer to the answer to this question.

Community
- 1
- 1

Omer Farooq
- 3,754
- 6
- 31
- 60
0
I solved my problem by
- going in navicat
- open table in design view
- in tabs there is Options tab inside options tab I changed character set and collation to UTF8

sam
- 29
- 5