c# - How read form file Text language Arabic -
i have text file contains single word language : arabic want extract
my code is:
string text = system.io.file.readalltext(@"c:\cinprocessing\nom.txt"); console.writeline(text );
i have result unknown characters : ????
how can fix it?
thanks,
your code reads text correctly variable text
. (debug , see)
however, dispalying arabic characters in windows console issue (check how solve here)
Comments
Post a Comment