MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

problem with numercial html entities and styling #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This may be related to a previous issue.

When a Python code line contains a numerical entity, such as
'utf-8'
where ' is an apostrophe
if the numerical entity is left untouched, pygments will style the code,
interpreting the # in the first numerical entity as indicating the
beginning of a comment, thus styling it differently (splitting it with code
styling information), which can not be reversed by Crunchy later...

Original issue reported on code.google.com by andre.ro...@gmail.com on 16 Aug 2009 at 6:32

GoogleCodeExporter commented 8 years ago
this appears to be solved now.

Original comment by andre.ro...@gmail.com on 16 Aug 2009 at 11:56

GoogleCodeExporter commented 8 years ago

Original comment by andre.ro...@gmail.com on 16 Aug 2009 at 11:58