|
@@ -220,6 +220,8 @@ void preprocess_text(buffer_t *buffer, char *text) {
|
|
|
SET("\xee\x80\x80", "u", 1);
|
|
|
else if (c == 0xee && nc == 0x80 && fc == 0x81)
|
|
|
SET("\xee\x80\x81", " bgcolor=\"#ffffff\"", 0);
|
|
|
+ else if (c == 0xee && nc == 0x80 && fc == 0x82)
|
|
|
+ SET("\xee\x80\x81", " fgcolor=\"#70baf5\" underline=\"single\" underline_color=\"#70baf5\"", 0);
|
|
|
else
|
|
|
buffer_append_escaped(buffer, c);
|
|
|
escape:;
|