gaspar_schot / Supercharged Local Directory File Browser

I'm assuming these are non-Latin characters? Do non-Latin characters display correctly elsewhere?

Re: @gaspar_schot:
Yes and yes. They're incorrect only in the current path and in the dropdown near it.

I've edited the 125-th line, the next works fine for me:

var $location = decodeURIComponent(window.location.pathname);

I assume, since all modern browsers can handle non-latin characters in URLs, it should work fine for all these browsers.