Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Chameleon breaks on ↕ in sequence_item.pt #39

Closed icemac closed 11 years ago

icemac commented 11 years ago

Chameleon 2.9 up to 2.11 breaks with the following exception when a sequence item is displayed:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2700: ordinal not in range(128)

The character on pos 2700 is ↕ in sequence_item.pt. I replaced it with a notation vaild for CSS where Chameleon does not barf.

Btw I'm using Pyramid 1.4a4.

dnouri commented 11 years ago

Thanks!