Database is UTF-8. Central is giving saying UTF-8.
$f3->set('DB', new \DB\SQL('odbc:Driver={Adaptive Server Enterprise};app=SYBASE;server=192.168.1.10;port=10000;db=cms;charset=utf8','sybase','sybase') );
Fat free is set to UTF $f3->set('ENCODING','UTF-8');
Files I am calling are UTF-8.
But receive G��l instead of Góól.
Even worst is that Render is stooped, when character like this is present and table where the word was is rendered as a text. Can you help me at least to not mess the rendering.