On Wed, 13 Jan 2010 12:31:36 +0100 Tomas Bodzar <tomas.bod...@gmail.com> wrote:
> Hi all, > > if I open beaver from xterm and enter some text then I can see > this(after save of file) : > > $ file some_file > some_file: ASCII text, with no line terminators > > if I switch to cz keyboard then I can see this : > > $ file cz_file > cz_file: UTF-8 Unicode text, with no line terminators > > Same problem after '$ xterm -u8 -e luit'. For switching of keyboard I > use 'setxkbmap -layout "us,cz" -option > "grp:shifts_toggle,grp_led:scroll"'. When I try to open file with some > cz text then I can see this error from beaver : > > Document "cz_file" cannont be opened. > This file is not valid UTF-8 and will not be displayed. > > So how can I check what's wrong? > > Thx > Does `xterm -lc` work? --