[Pythonsudoku-devel] Coding in Windows
Brought to you by:
xoseotero
From: liang y. <iam...@gm...> - 2008-09-21 02:07:12
|
Hi All: This is my first mail:)Also to test whether I join the mail list successfully,so if anybody receive this mail ,please give me a confirm,thanks. I am from China(GMT+8). I know the newline character in DOS or Windows is "\r\n",but in unix it's just "\n".To convert it ,you can use sed or just tr command,but after I tried it i found it didn't work well.So I prefer to use the command unix2dos(It must be installed in almost every GNU/Linux).Also we need a small script to convert the *.py file recursively.I try to do it now. Best Wishes Yuliang |