[Issue 73565] InStr function does not work properly with accentuated letters case

2015-09-20 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=73565

bmarcelly  changed:

   What|Removed |Added

 CC||marce...@club-internet.fr

--- Comment #9 from bmarcelly  ---
Easy workaround : convert to lower case before using InStr.

  Dim sInput As String
  Dim iPos as Integer

  sInput = "OpenOffice est GÉNIAL"
  iPos = Instr(LCase(sInput),"génial")
  print iPos

-- 
You are receiving this mail because:
You are on the CC list for the issue.

[Issue 73565] InStr function does not work properly with accentuated letters case

2015-09-15 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=73565

oooforum  changed:

   What|Removed |Added

 CC||traha...@yahoo.com

--- Comment #8 from oooforum  ---
*** Issue 126524 has been marked as a duplicate of this issue. ***

-- 
You are receiving this mail because:
You are on the CC list for the issue.