final wxURI API changes. Changed Get to BuildURI to better reflect what its doing...
authorRyan Norton <wxprojects@comcast.net>
Thu, 28 Oct 2004 09:57:43 +0000 (09:57 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 28 Oct 2004 09:57:43 +0000 (09:57 +0000)
commit86470d432f52318dfaac17bfd6cf41e5123e82c9
tree0d7fcf2945783f02a486fc4fb8a27731f7017d22
parentcedea72ffa1e3062623959f8f69c7ae845937607
final wxURI API changes.  Changed Get to BuildURI to better reflect what its doing.  Added wxURI::Unescape to unescape characters in a url or uri.  Added wxURI::BuildUnescapedURI.  Changed the wxURL convertXXXuri methods to use uri methods instead, and depreciated these methods.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/category.tex
docs/latex/wx/uri.tex
docs/latex/wx/url.tex
include/wx/uri.h
include/wx/url.h
src/common/uri.cpp
src/common/url.cpp
tests/uris/uris.cpp