[ wxwindows-Bugs-1885241 ] wxPATH_NORM_CASE doesn't norm case

SourceForge.net noreply at sourceforge.net
Sat Feb 2 06:47:21 PST 2008


Bugs item #1885241, was opened at 2008-02-02 15:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1885241&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthias Böhm (ma_boehm)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxPATH_NORM_CASE doesn't norm case

Initial Comment:
I'm using wxWidgets 2.8.7, and as operating system Windows Vista. The program attachted to this bug report contains c++ file which shows the following bug:
I'm calling Normalize(wxPATH_NORM_ALL | wxPATH_NORM_CASE) to a wxFileName object, but the result isn't normed in case. In the example, the path is C:\\Users, and after the normalization still c:\\Users, not c:\\users ! And as far as i know, Windows is NOT case sensitive. 
As also shown in the example file, a normalize with the flags wxPATH_NORM_ALL and a following normalize with the flags wxPATH_NORM_CASE produce the correct result. 
This problem seems also only appear with the Users directory, as other directories than C:\Users and its subdirs produce correct results. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1885241&group_id=9863




More information about the wx-dev mailing list