Allow monospace block to end on ellipsis.
This commit is contained in:
		
							parent
							
								
									027db285bc
								
							
						
					
					
						commit
						00aa6d5ac3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -31,8 +31,8 @@ QString ExpressionMailNameAtEnd() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
QString ExpressionSeparators(const QString &additional) {
 | 
			
		||||
	// UTF8 quotes
 | 
			
		||||
	const auto quotes = QString::fromUtf8("\xC2\xAB\xC2\xBB\xE2\x80\x9C\xE2\x80\x9D\xE2\x80\x98\xE2\x80\x99");
 | 
			
		||||
	// UTF8 quotes and ellipsis
 | 
			
		||||
	const auto quotes = QString::fromUtf8("\xC2\xAB\xC2\xBB\xE2\x80\x9C\xE2\x80\x9D\xE2\x80\x98\xE2\x80\x99\xE2\x80\xA6");
 | 
			
		||||
	return qsl("\\s\\.,:;<>|'\"\\[\\]\\{\\}\\~\\!\\?\\%\\^\\(\\)\\-\\+=\\x10") + quotes + additional;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue