Ticket #1586 (new bug)

Opened 15 months ago

Last modified 15 months ago

Queries: not case-insensitive for "Umlauts"

Reported by: humdinger Owned by: axeld
Priority: normal Milestone: Unscheduled
Component: Applications/Tracker Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

This is in vmware, r22714.

When you do a query for any filename containing "über", the generated formula is (name=="*ü[bB][eE][rR]*"). The "Umlaut" is not case-insensitive. It should be (name=="*[üÜ][bB][eE][rR]*")

Change History

Changed 15 months ago by axeld

  • milestone changed from R1 to Unscheduled

This will be fixed when Haiku gets a locale kit - until then, you have to live with it, sorry.

Changed 15 months ago by humdinger

That's OK. I was just wondering why the query didn't return all files I expected...

Note: See TracTickets for help on using tickets.