- fix to expression filters so that string conversion (actually unicode) properly
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')
Showing
- CHANGES 2 additions, 3 deletionsCHANGES
- lib/mako/codegen.py 2 additions, 2 deletionslib/mako/codegen.py
- lib/mako/filters.py 0 additions, 4 deletionslib/mako/filters.py
- test/filters.py 5 additions, 6 deletionstest/filters.py
- test_htdocs/read_unicode.html 1 addition, 1 deletiontest_htdocs/read_unicode.html
Loading
Please register or sign in to comment