What do you mean by "line breaks are not what is expected"? Do you mean the
ASCII/ANSI character codes for a linefeed/newline are not vbCrLf (chr$(13) &
chr$(10))?
--
Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.
"jamie" <EMAIL REMOVED> wrote in message
news:rBRUc.15887$EMAIL REMOVED. ..
:I have a file that was generated on a customers computer which is not
: using the Windows default text encoding but uses Japanese(Shift-JIS)
: encoding.
:
: If I open the file in notepad the data looks normal but my application
: can not read in the data properly (Line breaks are not what is expected)
:
: Is there a way to translate a file to the windows default text encoding?
:
: Also, is there an API to determine the which encoding a system is using?
:
: Thanks,
:
: Jamie