ASCII-Unicode conversion

May 20, 2008
12,341
134
Syracuse, NY, USA
Steve, please give this (attached) a try.

Code:
v:\> auconvert /?
Convert ASCII <-> Unicode
FCONVERT<infile><outfile> infile outfile (outfile will be clobbered)
AUCONVERT is bare-bones. If it thinks <infile> is Unicode (BOM is the only test) it converts to ASCII; else it converts to Unicode.

Please let me know how it works.

</infile></outfile></infile>I have a working (test) version of it in 4UTILS (in-house); don't know if I'll leave it there.
 

Attachments

  • auconvert.zip
    1.6 KB · Views: 166
vefatica wrote:
| Steve, please give this (attached) a try.

Will do, but not until late afternoon today (Sunday) the earliest.

BTW, the link puts me into a Firefox tab to log in into the Forum. On
completing the login it starts the download automatically.
--
Steve
 
Steve, please give this (attached) a try.

Code:
v:\> auconvert /?
Convert ASCII <-> Unicode
FCONVERT<infile><outfile> infile outfile (outfile will be clobbered)
AUCONVERT is bare-bones. If it thinks <infile> is Unicode (BOM is the only test) it converts to ASCII; else it converts to Unicode.

Please let me know how it works.

</infile></outfile></infile>I have a working (test) version of it in 4UTILS (in-house); don't know if I'll leave it there.

I downloaded the zip file extracted the two utilities. I'll find them useful.
Thank you.