From the daily archives:

Thursday, October 4, 2007

Using pytextile in Django – problem with unicode

October 4, 2007

I am coverting a J2EE application over to django. The existing app uses Textile as a simple markup for user text input. After installing pytextile (which is under ownership change at the moment), I found a problem using it:
The “textile” filter works for strings and strings retrieved from my database, but when I try to [...]

Read the full article →