PythonStudent wrote:
> Hi,
> Can one of you say to me what's the best editor for editing the python
> programs ( for linux or windows ), and if you can send it to me to the
> adresse [EMAIL PROTECTED]
>
>
>
>
Why don´t you try the editor wich comes with Pythoncard.
Or Notepad++
Have been messing with python, but could´nt find out
how to do printing with different Fonts.
Any suggestions?
Herdsman
--
http://mail.python.org/mailman/listinfo/python-list
I will try it with the "José".decode("latin-1").encode("utf-8")
Utf-8 is the same as Unicode?
Herdsman again
--
http://mail.python.org/mailman/listinfo/python-list
Hello, I am switching from VB to python.
I managed to crank my files into a sqlite
dbase, converting the original names to
unicode with s=unicode(s,"latin-1").
Everything is working fine, but when
I query the dbase with dbapi2 and want
to retrieve names this way:
'Select * from table where name lik