Bug 158860 - Ignore capital and small letters in MIME types
Summary: Ignore capital and small letters in MIME types
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 18:00 UTC by usrrgt
Modified: 2008-03-07 00:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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";