ed(1) text editor issue with Spanish accents

2017-12-03 Thread Alejandro G. Peregrina
Hello,

I've noticed something unexpected when entering an accent character
alone (´) and then deleting it in ed(1) in xterm(1). Instead of deleting
it, it creates another character which is seen as an inverted
exclamation (?) in the font 'misc-fixed'.

How to reproduce:
$ uname -a
OpenBSD foo.my.domain 6.2 GENERIC.MP#1 amd64
$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE=en_US.UTF-8
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
$ #Let's append the ´ character in ed(1)
$ ed -p"> "
> a
´

Now let's delete with a backspace, return to create a newline and a dot
to stop appending, and then print:

$ ed -p"> "
> a

.
> p
(?)

(The (?) is a simulation of the font character that misc-fixed shows to
the terminal.)

Whenever I use more(1) or less(1) to view it, it shows:

$ more test.txt




I have to add that I tested this with urxvt and ed(1) prints an Â
character, but more(1) and less(1) keep printing .

When not using X this can't be reproduced. This is reproducible with
xterm(1) and urxvt(1) in cwm(1) and fvwm(1). I've tested this in Linux
and FreeBSD and this behaviour is not reproducible.

Thank you,
A



A question about umidi(4) Roland UM-1 support

2019-04-14 Thread Alejandro G. Peregrina
Hello misc,

I'm going to purchase Roland UM-ONE MK2 midi-to-usb converter to play
synthesizers from OpenBSD.

umidi(4) manual stays that Roland UM-1 is supported along other specific
vendor models. Also, I've found out that support for Roland UM-ONE is
listed in 5.2 changelog.
I need to know in advance if the new Roland UM-ONE MK2 is supported as
the manual stays Roland UM-1.

Thank you so much for your attention,
A