6 messages in com.googlegroups.pylons-discussRe: pylons, unicode and german umlaut...
FromSent OnAttachments
Saibot28 Apr 2008 23:55 
Saibot29 Apr 2008 02:14 
Dalius Dobravolskas29 Apr 2008 02:26 
Saibot29 Apr 2008 06:55 
Kumar McMillan29 Apr 2008 08:17 
Ben Bangert29 Apr 2008 13:15 
Subject:Re: pylons, unicode and german umlauts in urls
From:Ben Bangert (be@groovie.org)
Date:04/29/2008 01:15:16 PM
List:com.googlegroups.pylons-discuss

On Apr 29, 2008, at 6:55 AM, Saibot wrote:

After upgrading to routes 1.8, everything works as it should! Thank you!

Also note that the mapper (defined in routing.py) can have its encoding set should you not be using the 'utf-8' charset that it defaults to.

map.encoding = 'cp1250'

Will set the default encoding/decoding system to use when handling the conversion to/from raw strings and Python unicode objects.

Cheers, Ben