diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-8F5BC47B-0551-5245-A1ED-629380111B43.dita
--- a/Symbian3/PDK/Source/GUID-8F5BC47B-0551-5245-A1ED-629380111B43.dita Tue Jul 20 12:00:49 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-8F5BC47B-0551-5245-A1ED-629380111B43.dita Fri Aug 13 16:47:46 2010 +0100
@@ -1,32 +1,32 @@
-
-
-
-
-
-Validating
-an URIThis tutorial describes the steps to validate an URI.
-
-
-Check the validity of components within an URI using TUriParser8::Validate(). This
-function validates only SIP and SIPS scheme components.
-_LIT8( KUri,"http://web.intra/Dev/Sysdoc/devlib.htm" );
-TUriParser8* parser;
-//validate the parsed URI
-TInt result = parser->Validate();
-TUriParser8::Validate() returns:
-KErrNone, if the URI is shown as valid.
-KUriUtilsErrInvalidUri, if the URI is shown as invalid.
-KErrNotSupported, if the URI cannot be shown as valid.
-
-
-
-
-Http Utilities
-Library Overview
+
+
+
+
+
+Validating
+an URIThis tutorial describes the steps to validate an URI.
+
+
+Check the validity of components within an URI using TUriParser8::Validate(). This
+function validates only SIP and SIPS scheme components.
+_LIT8( KUri,"http://web.intra/Dev/Sysdoc/devlib.htm" );
+TUriParser8* parser;
+//validate the parsed URI
+TInt result = parser->Validate();
+TUriParser8::Validate() returns:
+KErrNone, if the URI is shown as valid.
+KUriUtilsErrInvalidUri, if the URI is shown as invalid.
+KErrNotSupported, if the URI cannot be shown as valid.
+
+
+
+
+Http Utilities
+Library Overview
\ No newline at end of file