Thanks, it worked. At least the application is not raising such errors
any more. I am novice as far as Python is concerned so can you please
give a short explanation for the solution you provided. With this code
what I noticed is that the character which was creating problem was
not included in the final result string. So I tried with the
following
a.decode('utf8','replace')
This statement instead of removing the character replaced it with some
other character. So please suggest which one should I use, the one
with 'ignore' or the one with 'replace' and WHY? Can you also suggest
me some good book for learning PYTHON?
Thanks once again.
Nishant