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

            Bug ID: 139840
           Summary: Error in Basic Instr function in case of case
                    insensitive search
           Product: LibreOffice
           Version: 7.0.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: so...@comec92.ru

Description:
Error in Basic Instr function in case of case insensitive search with non-Latin
letters.

Steps to Reproduce:
Run macro:

Sub TestInstrFunction()
  MsgBox Instr(1, "α", "Α", 1)
End Sub




Actual Results:
Result is 0.

Expected Results:
Must be 1. Arguments - Greek letter alpha (uppercase and lowercase).

There is no error with Latin letters.


Reproducible: Always


User Profile Reset: No



Additional Info:
-

-- 
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