Add Code to support NON-Unicode

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
 
J

James Hahn

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.
 
M

Martin H.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top