﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
239,Call to Markup() with non-breaking space raises exception,ddorothy@…,cmlenz,"When calling Markup(content) where ""content"" contains non-breaking spaces (i.e. &nbsp;), I get the following fatal exception:

{{{
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 664: ordinal not in range(128)
}}}

I'm calling Markup() inside a master template, like this: 

{{{
${Markup(content)}
}}}",defect,closed,major,,General,0.5,invalid,,
