Add Code to support NON-Unicode

  • Thread starter Thread starter M.K
  • Start date Start date
M

M.K

Add Code to support NON-Unicode
Hi all,

please any one can help me to change the below application code to suport
NON-Unicode language. The issue when i splite any CSV file by below
application, i cant read the non english language

the application with code in the following link

http://www.mediafire.com/?7t2cxzvjuwq

Thank you
 
What do you mean by 'can't read the non-English language'? Is there some
form of corruption of the data? Do you have an example of the input data and
what it is being converted to, and can you show what you expected to get
compared to what you actually got? Why have you decided that it is a
Unicode problem?

The description you have provided here does not give much of a basis for
offering suggestions as to the cause of your problem.
 
Hello M.K.,

You might want to check out the StreamReader class. It allows you to
read files and also specify an encoding when opening a file.

Best regards,

Martin
 
Back
Top