Click here to Skip to main content
16,017,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
SQL
declare  @area nvarchar(100)
set @area = 'قطاع الشمال 3'
select @area

the result is ???? ?????? 3

please help me to solve this ASAP
Posted

1 solution

Make sure you have the proper Arabic font installed.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Mar-11 5:32am    
Abhinav, there is no "Arabic font", strictly speaking. "Arial Unicode MS" supports Arabic subset, but it is not "Arabic".
If this is really question marks, the problem is not font. It it was the font it would show boxes or nothing. The problem is that Unicode is lost by conversion to ANSI somewhere down the road. I am sure, yes. I have no idea where.
--SA
AshiqueAhammed 21-Mar-11 5:39am    
dear friend any way to solve this Unicode problem.I faced the same problem when this text copied into a note pad but i managed it by changing to unicode fro ANSI

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900