Closed icemac closed 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.
Thanks!
Chameleon 2.9 up to 2.11 breaks with the following exception when a sequence item is displayed:
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.