Fix thinspace search regex

This commit is contained in:
Juergen Spitzmueller 2023-07-18 07:28:18 +02:00
parent 430c41cd05
commit cd080da3c4

View File

@ -832,7 +832,7 @@ string string2regex(string in)
blanks++;
}
else if ((tempx[i] == '\302' && tempx[i+1] == '\240')
|| (tempx[i] == '\342' && tempx[i+1] == '\200')) {
|| (tempx[i] == '\342' && tempx[i+1] == '\202')) {
// protected space
// thin space
blanks++;