Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-15 Thread J.C. Roberts
On Fri, 15 Jan 2010 08:20:13 +0100 Tomas Bodzar wrote: > > > > Do you want to use UTF-8 ? > > > > Or do you want to use 8-bit, single byte, ISO 8859-2 ? > > > > I want to use both because of my translations for OpenBSD project so I > can get CVS access and send updates by myself. I was doing it

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-14 Thread Tomas Bodzar
On Fri, Jan 15, 2010 at 12:02 AM, J.C. Roberts wrote: > On Thu, 14 Jan 2010 07:20:48 +0100 Tomas Bodzar > wrote: > >> I invoked 'xterm -lc' then 'setxkbmap -layout "us,cz" -option >> "grp:shifts_toggle,grp_led:scroll"'. >> >> $ beaver >> >> entered some text in cz and save with name 'file'. >> >>

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-14 Thread J.C. Roberts
On Fri, 15 Jan 2010 11:23:50 +0800 (CST) shweg...@gmail.com wrote: > This is weird. I've just tried to type accented characters in beaver, > like C C(C)C,C9C2C and after that I cannot open it or I get the accented chars like 'a`' Yes. This is the exact same behavior Tomas reported and I duplicate

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-14 Thread shwegime
On Thu, 14 Jan 2010, J.C. Roberts wrote: > On Fri, 15 Jan 2010 07:59:47 +0800 (CST) shweg...@gmail.com wrote: > >> To input unicode in termial you might want to check this: >> >> ~ $ cat .inputrc >> set meta-flag = on >> set convert-meta = off >> set output-meta = on >> >> >> I've tried to create

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-14 Thread J.C. Roberts
On Thu, 14 Jan 2010 07:20:48 +0100 Tomas Bodzar wrote: > I invoked 'xterm -lc' then 'setxkbmap -layout "us,cz" -option > "grp:shifts_toggle,grp_led:scroll"'. > > $ beaver > > entered some text in cz and save with name 'file'. > > $ file file > file: UTF-8 Unicode text, with no line terminators

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-13 Thread Tomas Bodzar
I invoked 'xterm -lc' then 'setxkbmap -layout "us,cz" -option "grp:shifts_toggle,grp_led:scroll"'. $ beaver entered some text in cz and save with name 'file'. $ file file file: UTF-8 Unicode text, with no line terminators $ beaver file (no error during opening) Now I can see text, but diacri

Re: Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-13 Thread J.C. Roberts
On Wed, 13 Jan 2010 12:31:36 +0100 Tomas Bodzar 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 : > > $ fi

Problem with beaver editor and UTF-8/ISO-8859-2 encoding

2010-01-13 Thread Tomas Bodzar
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