Originally Posted By: Jooel
hmm...
couldn't find one in the UDF lib either. odd.

anyways, here is one:
Code:
function UnicodeToAscii($inputFile, $outputFile)
 Shell '%compsec% /C type "' + $inputFile + '" > "' + $outputFile + '"'
endfunction


Care to post this with a header in udf forum?

I know it is much more work for you but ...

btw. If you are at it anyway, how about silencing the error stream just in case


Edited by Jochen (2006-12-20 03:15 PM)
_________________________