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

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -