How do I enter Espa?a in tcsh using UTF-8 encoding? I think this
should be the hex bytes:
45 73 70 61 c3 b1 61
But this also could be:
45 73 70 61 6e cc 83 61
I've tried entering ^V meta-L ^V meta-1, for c3 b1, but that doesn't
work. Is the locale support interpreting this somehow?
bash has the same issue for me, but gives me an (arg: 1) prompt when I
try to enter the high-bit char. zsh seems to work fine.