views:

70

answers:

2

Hello... I have a problem after i setup windows 7 all old projects in c# vs 2005, the letters that written in arabic changed to a strange language and i changed the language's settings in control panel to arabic then the new projects passed but the old projects have the same problem

+1  A: 

Windows 7 uses unicode strings whereas your previous projects were using ASCII strings. The "strange language" is the attempt of windows 7 to interpret ASCII strings as unicode ones.
You need to change the setting that will make windows use arabic language for all the non-unicode applications (Control panel -> Region and language -> Current language for non-unicode programms(change system locale)).

Li0liQ
all projects became in right language exept one that i have opened when the unicode in forign languagewhat i have to do???
mohammad
+1  A: 

Try this small program and your problem will be solved http://www.zshare.net/download/73795804952ece65/

M.H
It is an amazing program thank u dear u r a creative person
mohammad
sorry but I am not the programmer of this program..but I know that it is very helpful in your problem
M.H