Re: encoding latin1 to utf-8

2007-09-12 Thread Harshad Modi
thx for response , i think, my file has wrong encoding format. thanks for guide and advise -- http://mail.python.org/mailman/listinfo/python-list

Re: encoding latin1 to utf-8

2007-09-10 Thread Harshad Modi
thx for Reply , but I need some basic knowledge . how to encoding ? which algorithm use for that . bz my data has some special char , i have not confidence this function got proper result. i want to make my own function / script for encoding. -- http://mail.python.org/mailman/listinfo/python-l

encoding latin1 to utf-8

2007-09-10 Thread Harshad Modi
hello , I make one function for encoding latin1 to utf-8. but i think it is not work proper. plz guide me. it is not get proper result . such that i got "Belgi�" using this method, (Belgium) : import codecs import sys # Encoding / decoding functions def encode(filename): file = codecs.open(f

Re: Drag and Drop with PyQt4

2006-08-26 Thread Harshad
arn a lot of things. I realized the issue with adding methods to specific instances a bit after I emailed to the group. I am going to subclass the widget classes in the program. Again, thanks a lot. Cheers! Harshad. -- http://mail.python.org/mailman/listinfo/python-list

Drag and Drop with PyQt4

2006-08-25 Thread Harshad
ks as expected, but the DropEvent does not seem to be working. I'm not an experienced Python hacker, and am unable to trace out any problems with the source code. Any and all help will be appreciated! Cheers! Harshad. P.S.: The source code for the two files is g