develooper Front page | perl.perl6.language | Postings from June 2004

Re: FW: Periodic Table of the Operators

Thread Previous | Thread Next
From:
Mark J. Reed
Date:
June 1, 2004 08:26
Subject:
Re: FW: Periodic Table of the Operators
Message ID:
20040601152621.GA8212@charm.turner.com

> >>How are those without a US keyboard supposed to type this?

I assume you mean "with" a US keyboard?  US keyboards don't have ¥.
You can use " zip " if you want ASCII.  Otherwise, it depends.  But Yen is
Unicode codepoint U+00A5 = 165 decimal, so you can type it in Windows as ALT +
numpad 0165 even without any international keyboard layout.  If you
use vim, then you can use control-V (control-Q on Windows)  1 6 5
(or u 0 0 a 5), or the Ye digraph (control-K Y e, or, if you have the digraph
option set, Y<backspace>e).

-Mark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About