Re: create_slug helper

2009-06-11 Thread iElectric
Unidecode maps every unicode character to a ASCII char. That's why it's so big. Slugs are used for url generation that is SEO friendly and self explainatory. Most cases are blog entries mapped to URLs. Having numerical ids in URLs to map resources has many cons. I could ask the unidecode author t

Re: create_slug helper

2009-06-11 Thread Mike Orr
On Sat, Jun 6, 2009 at 6:17 PM, Domen Kožar wrote: > > Hey guy, today I threw together this little function helper that I > miss a lot in WebHelpers. > > unidecode module can be obtained from > http://code.zemanta.com/tsolc/unidecode/releases/Unidecode-0.04.1.tar.gz > > > source: http://paste.poco