https://bugs.kde.org/show_bug.cgi?id=392301
Stefan Brüns <stefan.bru...@rwth-aachen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan.bruens@rwth-aachen.d | |e --- Comment #1 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Happens if the file encoding is invalid according to your current locale. Please try: $> file ~/.histfile Should tell you if there are any invalid characters. You can also try $> sed -e 's/[-+^"!%#&$\\@_=:;.,/<>?* (){}a-zA-Z0-9]\?\[\?\]\?//g ' < ~/.histfile > ~/.histfile_reduced and then run check with e.g. hexdump -C or okteta what characters are still left. -- You are receiving this mail because: You are watching all bug changes.