FSO OpenTextFile with french characters

inezkarachi

New Member
Using ASP's file system object (FSO), I'm trying to read a txt file with \[code\]OpenTextFile\[/code\] that contains French characters (e and a with accents for e.g). Those characters come out wrong.I tried specifying the format to \[code\]TristateTrue\[/code\] to open the file as Unicode but to no avail.I've been reading about using the ADO Stream object instead but I hoped there would be a way with FSO. Does anyone have any ideas?
 
Back
Top