FileManager UTF8 support

I am evaluating FileManager for few days. It seems like FileManager sample is not supporting UTF8 characters. Is there a way to support UTF8 charaters?

All Webix components work with UTF-8.
First of all, please try to add

<head>
    <meta charset="utf-8">
    . . .
</head>