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

--- Comment #9 from Robert Großkopf <rob...@familiegrosskopf.de> ---
(In reply to Mike Kaganski from comment #7)
> So basically, the minimal reproducer is:
> 
> Sub ReplaceGermanQuotes
>       Dim s$
>       s = "Replace something after the 'ß': x y"
>       s = Replace(s, "x", "y")
>       MsgBox s
> End Sub
> 
> Indeed, 'ß' is uppercased to a two-character 'SS'.

… but there is no 'ß' in the long text of the example. The effect indeed is the
same.

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

Reply via email to