View Single Post
Posts: 58 | Thanked: 8 times | Joined on Aug 2010
#5
Originally Posted by ossipena View Post
you should cat 'em into a file and open the file with a program that can handle correct encoding.... xterm isn't such a program..... (it gets messed pretty easily when outputting anything except standard text files)

e:
for example
Code:
cat /dev/input/event3 > events.log
Hi, thank you for your reply! But I think nicolai is right, those are binary instead of encoding issue.

Last edited by justforfun; 2011-01-29 at 08:08.