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

            Bug ID: 148650
           Summary: InStr find match in string containing diacritics
           Product: LibreOffice
           Version: 7.3.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: bugs.df.org@myhideout.online

Moving from,

Version: 7.0.5.2 (x64)
Build ID: 64390860c6cd0aca4beafafcfd84613dd9dfb63a
CPU threads: 12; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-AU (en_AU); UI: en-GB
Calc: CL

to version 7.3.2.2 (with clean profile) and one of my macros that uses InStr to
search a string of Greek characters no longer returns the same value. For
example the following code returns 0 in the earlier version but returns 8 on
7.3.2.2,


        Dim grkchrs: grkchrs = "άέίόύώήΐΰΆΈΊΌΎΏΉ"
        Dim r: r = instr(grkchrs, "ι")

        print r


I reset my profile on the old version just to be safe with the same result.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to