Skip to content

Commit 87b4948

Browse files
committed
Merge pull request symfony#1689 from Tobion/patch-1
[Routing] remove wrong statement about unicode
2 parents e101015 + 6bd0613 commit 87b4948

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

book/routing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ This is the goal of the Symfony2 router: to map the URL of a request to a
105105
controller. Along the way, you'll learn all sorts of tricks that make mapping
106106
even the most complex URLs easy.
107107

108-
.. versionadded:: 2.1
109-
As of Symfony 2.1, the Routing component also accepts Unicode values
110-
in routes like: /Жени/
111-
112108
.. index::
113109
single: Routing; Under the hood
114110

components/routing.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,3 @@ automatically in the background if you want to use it. A basic example of the
301301
If you use caching, the Routing component will compile new classes which
302302
are saved in the ``cache_dir``. This means your script must have write
303303
permissions for that location.
304-
305-
.. versionadded:: 2.1
306-
As of Symfony 2.1, the Routing component also accepts Unicode values
307-
in routes like this::
308-
309-
$routes->add('unicode_route', new Route('/Жени'));
310-

0 commit comments

Comments
 (0)