Skip to content

Commit

Permalink
Ignore ­ to prevent drawing hyphens everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
tats committed Aug 1, 2013
1 parent dbd52ac commit 0420501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity.c
Expand Up @@ -44,6 +44,8 @@ conv_entity(unsigned int c)
return " ";
if (c == 0xa0)
return NBSP;
if (c == 0xad) /* SOFT HYPHEN */
return "";
if (c < 0x100) { /* Latin1 (ISO 8859-1) */
if (UseAltEntity)
return alt_latin1[c - 0xa0];
Expand Down

0 comments on commit 0420501

Please sign in to comment.