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
2010-03-15 21:44:12
all projects became in right language exept one that i have opened when the unicode in forign languagewhat i have to do???
mohammad
2010-03-15 23:14:57
+1
A:
Try this small program and your problem will be solved http://www.zshare.net/download/73795804952ece65/
M.H
2010-03-16 22:50:13