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