]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/uri.tex
Addd IsDynamic, added const to CreateObject
[wxWidgets.git] / docs / latex / wx / uri.tex
index f0a63fca327225c39f78c8ef6ad2708e531a5338..60f5e8699442ee45eff49aabee9872f4a1e8a15e 100644 (file)
@@ -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}