Bug 158860

Summary: Ignore capital and small letters in MIME types
Product: [Unmaintained] kdelibs Reporter: usrrgt
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description usrrgt 2008-03-06 18:00:10 UTC
Version:            (using KDE 3.5.9)
Installed from:    Ubuntu Packages
OS:                Linux

For example: in KDE's file associations  I must change .mkv, .MKV, .Mkv ... for open MKV files with Kaffeine.

I Think that KDE must ignore capital and small letters in MIME types or put an option to select this.
Comment 1 David Faure 2008-03-07 00:42:00 UTC
Fixed in KDE-4.0 and later.

From kmimetypetest.cpp:
    QTest::newRow("text") << "textfile.txt" << "text/plain";
    QTest::newRow("case-insensitive search") << "textfile.TxT" << "text/plain";