You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/11/23 17:40:24 UTC

[Issue 86655] Basic : Dir search is case sensitive on MS-Windows

https://bz.apache.org/ooo/show_bug.cgi?id=86655

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org

--- Comment #3 from damjan@apache.org ---
The problem is in tools/source/fsys/wldcrd.cxx: the wildcard implementation
does case sensitive comparison.

Now the questions are:
1. Should wildcards be case insensitive on all platforms or only on Windows?
2. Should it be this way in every user of this wildcard implementation, or only
Basic?

Assuming 1=Windows only and 2=every user, I have a patch.

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