lazaridisaris
Programmer
I have some text files that are written in utf-8 encoding.
My problem is that when I read the file the special (greek) characters are unreadable.
I have used the
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.getfile(TmpFile)
Set ts = f.OpenAsTextStream(ForReading, TristateTrue)
Set con = APPLICATION.CurrentProject.Connection
code
please help
Regards
Aris
My problem is that when I read the file the special (greek) characters are unreadable.
I have used the
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.getfile(TmpFile)
Set ts = f.OpenAsTextStream(ForReading, TristateTrue)
Set con = APPLICATION.CurrentProject.Connection
code
please help
Regards
Aris