utf8.xml 478 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <routes xmlns="http://symfony.com/schema/routing"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/routing
  5. http://symfony.com/schema/routing/routing-1.0.xsd">
  6. <route id="app_utf8" path="/utf8">
  7. <option key="utf8">true</option>
  8. </route>
  9. <route id="app_no_utf8" path="/no-utf8">
  10. <option key="utf8">false</option>
  11. </route>
  12. </routes>