Ok I think thats the best way too, but in case my colleague can't fix the problem (and i think this is going to be the case) there is no way in VBScript to convert it in some way?
I am now writing a function which does:
file=Replace(file,Chr(128),"Ç")
file=Replace(file,Chr(129),"ü")
:(
I get this file through other persons in the organisation so I can't do little about the source file.
Is there an other way to read the file correctly?
Total commander can 'read' (show) it correctly with unicode+ascii selected, but in VBScript this is not possible?
Hi,
I have an csv file i want to read with VBScript. All works fine except something goes wrong with chars like éëü etc...
When i view the file with Total Commander and unicode+ascii selected these chars look allright, when i look with unicode+ansi i get: ‚‰
I have looked around and found i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.