https://bugs.documentfoundation.org/show_bug.cgi?id=142437
--- Comment #14 from Baole Fang <[email protected]> --- I can work on this, but I need more information about how to make the changes. Should I modify isLetterNumeric function [1] to take into account BASE_FORM [2]? Or should I modify the function here [3] to take into account BASE_FORM [2]? [1] https://cgit.freedesktop.org/libreoffice/core/tree/unotools/source/i18n/charclass.cxx#:~:text=bool%20CharClass%3A%3AisLetterNumeric(%20const%20OUString%26%20rStr%2C%20sal_Int32%20nPos%20)%20const [2] https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/characterclassification/cclass_unicode.cxx#:~:text=case%20U_COMBINING_SPACING_MARK%3A%0A%20%20%20%20%20%20%20%20return-,BASE_FORM,-%7CPRINTABLE%3B%0A%0A%20%20%20%20//%20Print%0A%20%20%20%20case [3] https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/core/edit/autofmt.cxx#:~:text=if%20(!(rAppCC.isLetterNumeric(*pText%2C%20sal_Int32(nPos)) -- You are receiving this mail because: You are the assignee for the bug.
