cube wrote:
> 
> How can i use a non standard character with lftp ?
> 
> I found a way for ^], which is 0xff, but i need the character 160
> (decimal), but can't find a way to produce it.
> 
> cube
> 
> --
> That's how I did it, Anton. I never saved anything
> for the swim back.
> Vincent/Jerome, in Gattaca.

run something like

        perl -le 'print "160: [",chr(160),"]"'

and then use your mouse to select and paste.�

That might work, or it might not.

-- 
                                           David Nicol 816.235.1187
              A government of the p8a, by the p8a, and for the p8a.

Reply via email to