You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. create route with unicode chars in it
2. open /allurl
3. or try to use that route
Expecting for 2. correctly output name of the route and for 3. working route
I'm using DooPHP version 1.5 (stable) with demos.
Why you not using unicode? I believe you need to do at least
header('Content-Type:text/html; charset=utf-8');
on every page. When using only ASCII there are no size penalty but when
somebody try to use unicode it be ok.
2. will be fixed by setting that header
To workaround I'm doing in my index.php
Doo::app()->setRawHeader('Content-Type:text/html; charset=utf-8');
is it good approach?
Original issue reported on code.google.com by th-net@ya.ru on 30 Oct 2013 at 3:07
The text was updated successfully, but these errors were encountered:
I specify charset=utf-8 in my templates.
See if posting your request to https://groups.google.com/forum/#!forum/doophp
will produce the result you expected.
Original comment by roman...@gmail.com on 4 May 2014 at 6:32
Original issue reported on code.google.com by
th-net@ya.ru
on 30 Oct 2013 at 3:07The text was updated successfully, but these errors were encountered: