Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Guffy
  • Order by date
  1. Guffy

    Read CSV file with ascii/ansi/unicode?

    Ok tnx for the replies.
  2. Guffy

    Read CSV file with ascii/ansi/unicode?

    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),"ü") :(
  3. Guffy

    Read CSV file with ascii/ansi/unicode?

    Ok i'm convinced, but what now? Can I convert it to a plain text file? I runned the code and get %u201A..etc.
  4. Guffy

    Read CSV file with ascii/ansi/unicode?

    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?
  5. Guffy

    Read CSV file with ascii/ansi/unicode?

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

Part and Inventory Search

Back
Top