To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73565 Issue #|73565 Summary|InStr function does not work properly with accentuated | letters case Component|framework Version|OOo 2.1 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|ui Assigned to|tm Reported by|erwansouben
------- Additional comments from [EMAIL PROTECTED] Wed Jan 17 05:54:32 -0800 2007 ------- Hello, Please consider this macro : Sub ExamplePosition Dim sInput As String Dim iPos as Integer sInput = "OpenOffice est GÉNIAL" iPos = Instr(sInput,"C") iPos = Instr(sInput,"g") iPos = Instr(sInput,"génial") print iPos End sub InStr doesn't consider 'É' as the equivalent of 'é' although the Compare variable is omited (considered as 1 i.e. 'not case sensitive'). This behaviour is noticeable with other accentuated letters. Regards, Erwan --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]