We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8745b20 commit eaecd08Copy full SHA for eaecd08
user_guide_src/source/general/urls.rst
@@ -100,6 +100,10 @@ following value in **app/Config/App.php**::
100
101
public string $permittedURIChars = 'a-z 0-9~%.:_\-\x{0980}-\x{09ff}';
102
103
+A full list of Unicode ranges can be found at Wikipedia's `Unicode block`_.
104
+
105
+.. _Unicode block: https://en.wikipedia.org/wiki/Unicode_block
106
107
.. _urls-remove-index-php:
108
109
Removing the index.php file
0 commit comments