File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,6 @@ This is the goal of the Symfony2 router: to map the URL of a request to a
105
105
controller. Along the way, you'll learn all sorts of tricks that make mapping
106
106
even the most complex URLs easy.
107
107
108
- .. versionadded :: 2.1
109
- As of Symfony 2.1, the Routing component also accepts Unicode values
110
- in routes like: /Жени/
111
-
112
108
.. index ::
113
109
single: Routing; Under the hood
114
110
Original file line number Diff line number Diff line change @@ -301,10 +301,3 @@ automatically in the background if you want to use it. A basic example of the
301
301
If you use caching, the Routing component will compile new classes which
302
302
are saved in the ``cache_dir ``. This means your script must have write
303
303
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
-
You can’t perform that action at this time.
0 commit comments