Re: [DB-SIG] reg File Reading

2006-02-23 Thread Python
On Thu, 2006-02-23 at 22:34 +1100, Andy Todd wrote: > python eager wrote: > > Hi, > > This is my code snippet. This code will not read the characters in Ms > > Word Document. I got the below output. But if i use any *txt* format > > this will be display properly. Instead of txt format i am usin

Re: [DB-SIG] reg File Reading

2006-02-23 Thread Andy Todd
python eager wrote: > Hi, > This is my code snippet. This code will not read the characters in Ms > Word Document. I got the below output. But if i use any *txt* format > this will be display properly. Instead of txt format i am using doc > format. I got error while reading. please help me to

[DB-SIG] reg File Reading

2006-02-22 Thread python eager
Hi,   This is my code snippet. This code will not read the characters in Ms Word Document. I got the below output. But if i use any txt format this will be display properly. Instead of txt format i am using doc format. I got error while reading. please help me to solve this problem