>
Download This Plugin | |
Download Elegant Themes | |
Name | percent encode capital letter |
Version | 1.0.0 |
Author | wokamoto |
Rating | 0 |
Last updated | 2011-02-16 12:16:00 |
Downloads |
398
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
percent encode capital letter plugin added 3 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
percent encode capital letter plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! percent encode capital letter plugin ads no tables to your Wordpress blog database.When you use [Options]-[Permalinks]-[Common Options]-[Date and name based], or %postname% in custom URL, entry title will be normalized for fitting to URL permitted letters. If title has non-ASCII letters, those letters cannot be directly put in URL so they are percent-encoded. This is processed in sanitize_title_with_dashes_original() and utf8_uri_encode() .
The reason capital letters in percent encoding required is described on RFC3986 section 2.1,
The uppercase hexadecimal digits 'A' through 'F' are equivalent to the lowercase digits 'a' through 'f', respectively. If two URIs differ only in the case of hexadecimal digits used in percent-encoded octets, they are equivalent.
For consistency, URI producers and normalizers should use uppercase hexadecimal digits for all percent-encodings. As you see RFC2119 section 3, "should" means you may ignore it with valid reason.
This plugin makes regular URL by which percent encoding was carried out with a capital letter.