more standard (although less RFC-conformant) treatment of file: URIs (patch 1415189)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,6 +75,12 @@ if(myuri.HasScheme())
|
||||
protocol = myuri.GetScheme();
|
||||
\end{verbatim}
|
||||
|
||||
\membersection{Deviations from the RFC}\label{deviationsfromrfc}
|
||||
|
||||
Note that on URIs with a "file" scheme wxURI does not
|
||||
parse the userinfo, server, or port portion. This is to keep
|
||||
compatability with wxFileSystem, the old wxURL, and older url specifications.
|
||||
|
||||
\membersection{wxURI::wxURI}\label{wxuriwxuri}
|
||||
|
||||
\func{}{wxURI}{\void}
|
||||
|
Reference in New Issue
Block a user