Read Arabic File
-
:( :(( Hi I am trying to write an application that can read arabix text file but he dose not do than ???????????? i try the same code in reading english file and it success !!!!!!!! how i can solve this problem please help me ............................ khaleel
-
:( :(( Hi I am trying to write an application that can read arabix text file but he dose not do than ???????????? i try the same code in reading english file and it success !!!!!!!! how i can solve this problem please help me ............................ khaleel
-
:( :(( Hi I am trying to write an application that can read arabix text file but he dose not do than ???????????? i try the same code in reading english file and it success !!!!!!!! how i can solve this problem please help me ............................ khaleel
arabic text is writen from the right side unlike english .. look at this site , it may help u http://www.dev4arabs.com/adn/default.aspx[^]
-
Can you be more spesific? What type of data are you trying to extract? Can you post a part of the code? Isaac Sasson "I hate it. Java sucks. And Java's generics suck harder. And in general, Java just sucks." - David Stone, The Lounge (May 1st 2006)
Hi it is an text file code System ::String *strData = S"" ; System ::String *m_strFileName= S"" ; System ::IO ::StreamReader inFile = new System ::IO ::StreamReader( m_strFileName ) ; strData = inFile.ReadToEnd( ) ;