Hi...
i have project in VB6 and i want to join with it python language..
in these i want to read from(infile.txt ) and translate the word by the code in buckwalter2unic ode.py to outfile.txt,
So in Command prompt (DOS) i write this command:
C:\Documents and Settings>cd C:\python24
C:\Python24>buc kwalter2unicode .py <infile.txt> outfile.txt
C:\Python24>
i...