Subject: Re: rxvt, *term umlaut problem
To: Johan Danielsson <joda@pdc.kth.se>
From: Teemu Rinta-aho <teemu.rinta-aho@nomadiclab.com>
List: netbsd-users
Date: 11/09/2000 13:54:06
On 9 Nov 2000, Johan Danielsson wrote:

> Try running `od -xc', then type some characters (including some umlaut
> ones), and end with Ctrl-D. What output do you get?

Ok, here it is, I typed 'a', 'o', 'A' and 'O', and the
same with umlauts on the line below.

bsd:~> od -xc
aoAO
=E4=F6=C4=D6
0000000     6f61    4f41    e40a    c4f6    0ad6                       =20
           a   o   A   O  \n 344 366 304 326  \n                       =20
0000012
bsd:~>=20


Teemu