[Libreoffice-bugs] [Bug 139840] New: Error in Basic Instr function in case of case insensitive search
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 22 17:52:31 UTC 2021
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 at lists.freedesktop.org
Reporter: sokol at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210122/0c8bfa13/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list