T O P I C R E V I E W |
sfi_dev |
Posted - 15 Oct 2013 : 04:36:55 Hello,
I am reading a unicode txt file generated from excel (save as).
Using the hexunicontols31.ocx the code to read looks something like the below: Dim goUniFile As New clsUniFile sResult = goUniFile.OpenFileRead(sfile) goUniFile.ReadUnicodeLine(sReturnString)
I noticed the first line always has some strange characters in the first few characters - yet I cannot see them in the text file itself. Has this been seen before ?
Thank-you in advance.
Sfi_dev |
4 L A T E S T R E P L I E S (Newest First) |
sfi_dev |
Posted - 23 Oct 2013 : 07:12:08 Cannot complain about that :)
I will look into upgrading within the 3.x series. Cheers. |
s.dav |
Posted - 22 Oct 2013 : 15:42:25 Upgrades are always free ;-) |
sfi_dev |
Posted - 21 Oct 2013 : 01:49:36 Thank-you. We currently have v3.10.18
Is there are later (no cost) update ? |
s.dav |
Posted - 15 Oct 2013 : 08:41:35 You probably need to read the so called BOM marker, check the sample at this page:
http://www.hexagora.com/HexUniControls/gen/clsUniFile_ReadUnicodeLine.htm
I suggest you also to upgrade to latest version 3.x or 4.1 (better) we fixed some bugs on this topic |