diff options
author | Baole Fang <baole.fang@gmail.com> | 2023-06-23 11:47:54 -0400 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-06-23 22:20:58 +0200 |
commit | caab94a3e0387bde05538cff91ff13446f330785 (patch) | |
tree | 350f091ac061e14916bc86b845e4d5dbc4473e77 /config.guess | |
parent | 9bb6f3083b8b2a763417ca1cdce21865a41ddd08 (diff) |
tdf#142437: Fix word boundary detection in autocorrect
Marks (combining and spacing) were incorrectly considered word separators,
because isLetterNumeric() matches only for letters and numbers.
The new isBase() matches any character with BASE_FORM character class, which covers letters, numbers, and marks.
Change-Id: I27ec2f7fb8d360791a280d10aba9b6d16e7cfb71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153509
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'config.guess')
0 files changed, 0 insertions, 0 deletions