- Jan 03, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
occurs before filtering - removed encoding() filter - it conflicts with the fact that unicode conversion has to occur on the value first before being sent to the filter. recommended way for encoded strings is to just say unicode(x, encoding='whatever')
-
- Jan 02, 2007
-
-
Mike Bayer authored
-
- Jan 01, 2007
-
-
Mike Bayer authored
-
- Dec 31, 2006
-
-
Mike Bayer authored
handling for the given expression. usage is like: ${data | encoding('utf-8', errors='strict')}
-
Mike Bayer authored
-
Mike Bayer authored
-