https://bugs.documentfoundation.org/show_bug.cgi?id=143081

--- Comment #21 from Jean-Pierre Ledure <[email protected]> ---
I could reproduce the crash with a minimalist scenario.

It has nothing to do with Base or BaseDocumenter.

Run simply next Basic statements in any empty document:

Sub Main
Dim a As String, b As String
        a = """Straße"""
        b = Replace(a, """", "&quot;")
End Sub

LO crashes instantly.

I presume it has to do with the fact that
- the replacement is by default case-insensitive
- the upper case of character "ß" is 2 characters long, and not only 1

I change the title of the bug to "Basic Replace() function crashes LO"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to