Message from discussion
How do I set my form to be a unicode string?
Received: by 10.35.124.20 with SMTP id b20mr975336pyn.1183215326295;
Sat, 30 Jun 2007 07:55:26 -0700 (PDT)
Return-Path: <walter....@gmail.com>
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182])
by mx.google.com with ESMTP id v36si2119746wah.2007.06.30.07.55.25;
Sat, 30 Jun 2007 07:55:26 -0700 (PDT)
Received-SPF: pass (google.com: domain of walter....@gmail.com designates 209.85.146.182 as permitted sender)
DomainKey-Status: good (test mode)
Received: by wa-out-1112.google.com with SMTP id k34so1519428wah
for <pylons-discuss@googlegroups.com>; Sat, 30 Jun 2007 07:55:25 -0700 (PDT)
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
d=gmail.com; s=beta;
h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=arjo1U5zND29W3JXim2b0gUKq0h/qqSzzPprr93YXDx5p4U/nvcNG1FdeTpV/29vKc3TucEVTk7s6LNs+J50APm/uarehVqyuRAK/wEqbfbiJLfJUTpt2EojItyp5Z0JNtiOWpnxbVqQagxYdxkc1qtQORUvZop66m/977PLZyo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=beta;
h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=kAedk0UDMKBxZqpw+KUJ+hXJ7WAR1faNpzoWLd+G2SIxe4IucD00hR42m4S89ZbguAOVWEUzemDeXaEZ5tlbW9cllYHYuP9lWspjKInY9CfsNQirhDZynu8PUWmbE4/k057wQtw44ZdOPxTdBshC/tu3G/Y8EVxiFhJfZa5K0tw=
Received: by 10.114.36.1 with SMTP id j1mr3570591waj.1183215325109;
Sat, 30 Jun 2007 07:55:25 -0700 (PDT)
Received: by 10.115.22.7 with HTTP; Sat, 30 Jun 2007 07:55:25 -0700 (PDT)
Message-ID: <32cabba0706300755s4c5857e1m35dcadd5ab563fec@mail.gmail.com>
Date: Sat, 30 Jun 2007 11:55:25 -0300
From: "Walter Cruz" <walter....@gmail.com>
To: pylons-discuss@googlegroups.com
Subject: How do I set my form to be a unicode string?
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I'm getting this error:
<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode
byte 0xc3 in position 79: ordinal not in range(128) the form was
passed in as an encoded string, but some data or error messages were
unicode strings; the form should be passed in as a unicode string
How do I set the form to be unicode?
[]'s
- Walter