Evren Esat Ozkan wrote:

> when I remove  "#  -*- coding: utf-8 -*-" line from start of the script
> it worked properly. So I moved variable decleration to another file and
> imported than it worked too.

the coding directive controls how *unicode* literals in the *source code*
are parsed into unicode string objects.  it has absolutely nothing to do with
how urlencode works.

if would help if you posted a short self-contained code snippet, so we
don't have to keep guessing.

</F>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to