[Tutor] unicode to plain text conversion

wesley chun wescpy at gmail.com
Tue Apr 7 01:57:32 CEST 2009


> Previously I was able to convert just by using:
> Type Unicode_filename.txt > new_text_file.txt
> That's it.


wow, if that's all you had to do, i'm not sure it's worthwhile to
learning a new programming language just to process it with an
application when your original solution was so dead simple.

i'd be more interested in finding clever ways of breaking up the
oversized files into smaller chunks in order to have a DOS batch
script make that call to "type" for each file chunk.

-wesley


More information about the Tutor mailing list