[Libreoffice-bugs] [Bug 143332] New: Error in Basic InRtrrev function in case of case insensitive search
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 13 12:24:51 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143332
Bug ID: 143332
Summary: Error in Basic InRtrrev function in case of case
insensitive search
Product: LibreOffice
Version: 6.2 all versions
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: andreas.heinisch at yahoo.de
Description:
Run macro:
Option VBASupport 1
Sub TestInStrRevFunction()
MsgBox InStrRev("α", "Α")
End Sub
Steps to Reproduce:
Run the above macro.
Actual Results:
Result is 0.
Expected Results:
Result is 1. Arguments - Greek letter alpha (uppercase and lowercase)
Reproducible: Always
User Profile Reset: No
Additional Info:
Version: 6.2.5.2 (x64)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; VCL: win;
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210713/fe6fe092/attachment.htm>
More information about the Libreoffice-bugs
mailing list