Difference between revisions of "Protocols/MSNP/Reference/URL-encoding"

From NINA Wiki
Jump to navigation Jump to search
(Very brief, and probably incorrect.)
(No difference)

Revision as of 05:56, 20 December 2005

URL Encoding is a method of replacing characters that are unsuitable for transmission with a series of characters that can be safely passed over a URL. A URL Encoded character appears as %xx where xx is a hexidecimal numeral representing the character.

Template:Protocols/MSNP/stub