Rob van der Woude's Scripting Pages

Help text for Unicode2ASCII.cs

(view help text of Unicode2ASCII.cs as plain text)

Unicode2ASCII,  Version 1.00
Convert Unicode text to ASCII and send it to Standard Output

Usage:   some_command  |  Unicode2ASCII  >  file
or:      some_command  |  Unicode2ASCII  |  other_command
or:      Unicode2ASCII  "textfile"  >  file
or:      Unicode2ASCII  "textfile"  |  other_command

Example: Compare the results of the following commands:
         SUBINACL  /?  |  MORE
         SUBINACL  /?  |  Unicode2ASCII  |  MORE

Check for redirection by Hans Passant on StackOverflow.com
/questions/3453220/how-to-detect-if-console-in-stdin-has-been-redirected

Written by Rob van der Woude
http://www.robvanderwoude.com

page last uploaded: 2022-10-05; loaded in 0.0153 seconds