Hi, On Wed, Jul 22, 2015 at 11:25 PM, Andreas Tille <[email protected]> wrote: > > Hi Akshita, > > On Wed, Jul 22, 2015 at 10:48:23PM +0530, Akshita Jha wrote: > > > In the long run however, I think porting to Python 3 (which we are planning > > on doing) might solve this problem as in Python 3, all strings are > > sequences of Unicode characters. > > I admit I'm so terribly bored by these encoding problems that this would > be enough motivation to immediately switch to Python 3. Since we want > to do it anyway we would save time in debugging these endless issues. > Would you give 2to3 a try? I had some positive experiences in the past > by this simple conversion tool. >
I have already started conversion from Python 2 to Python 3 using 2to3 program. I will try to do complete this as soon as possible. Regards, Akshita
