When copying data from the clipboard, if it has any non-ASCII character, I get this on the console:
../src/common/string.cpp(1185): assert "c < 0x80" failed in FromAscii(): Non-ASCII value passed to FromAscii().
... and the app freezes completely.
I don't know how to recover from this, except by killing the app.
Sometimes the same thing also happens when it encounters accented characters in filenames...
... or even just by opening the menu, if it remembers some accented file names from recent history,
and tries to diplay those options in the menu.
This is very annoying, because the behavious is unpredictable; ie. the thing crashes randomly.
It would be great if this could be fixed somehow.
Thanks.