From dd4573d176adabc76f1a9e97f55ac93cafec3ffe Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 16 Jun 2025 10:52:43 +0100 Subject: [PATCH] Fix issue caused by pretokenising of UTF8 strings (which get converted after the pretokenise step and cause the length to be wrong) Even if length were correct, pretokenising the string stops the scan for UTF8 char patterns so the string wouldn't be treated correctly --- core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core b/core index 7e7475ba3..7502f4c00 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7e7475ba3ab253099481a81e487aaacb9384f974 +Subproject commit 7502f4c006f52c9b2fe8078bb1dc0bf6b0c400a5