]> git.lyx.org Git - lyx.git/commitdiff
Fix thinspace search regex
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 18 Jul 2023 05:28:18 +0000 (07:28 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 18 Jul 2023 05:28:18 +0000 (07:28 +0200)
src/lyxfind.cpp

index 6ccde78222d590aaaf8e603c2cc601537a77c0ba..df5752f9425aa48e6cc93a2435d87985e3a59b4c 100644 (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++;