Re: Unicode string in exec

2005-06-02 Thread Shrii
I came out with proper solution today ! thanx for your response -- http://mail.python.org/mailman/listinfo/python-list

Unicode string in exec()

2005-06-01 Thread Shrii
1.I read a unicode file by using codec 2.I want to pass that string to exec() statement 3.But one of my character (U+0950) in that string is not showing properly in the output got by that exec() statement could anyone help me to get proper output. ? somesh -- http://mail.python.org/mailman/lis