[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How come i wrote a NO-BREAK SPACE in xterm+bash ?



Hi,

i wrote:
> > od -x shows it as "a0c2".

David Wright wrote:
> I think that's c2a0 (unfortunately we're little-endian).

I would expect so. But it's

  $ echo " " | od -x
  0000000 a0c2 000a
  0000003
  $ echo " " | od -t x1
  0000000 c2 a0 0a
  0000003


> You could try   xrdb -merge $HOME/.Xresources
> (using other filenames) though I don't remember how much it changes
> existing resources.

The problem is that it is the responsibility of the application
to interpret its resources. It becomes more complicated by the
rumor that xterm mainly consists of Xt widget "vt100".


Have a nice day :)

Thomas


Reply to: