One of my other Perl 6 typo-habits is <<^H^Hargh!^H^H^H^H^H«, but that's
because I like how « and » look, but can't yet easily type them.
Juerd
--
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html
http://convolution.nl/gajigu_juerd_n.html
«»«»«»«»«»«»«»«»«»«»«»«»«»! :-þ
an excerpt from my xkb config...
key <AB01> {
symbols[Group1]= [ z, Z ],
symbols[Group2]= [ guillemotleft, less ]
};
key <AB02> {
symbols[Group1]= [ x, X ],
symbols[Group2]= [ guillemotright, greater ]
};
xkb
(keyboards that fail, leading to making it easier for me to enter «» and
þ than )--
Sam.
> «»«»«»«»«»«»«»«»«»«»«»«»«»! :-þ
>
> an excerpt from my xkb config...
I think we've been over this ground before, but if you use EMACS, you'll
find this handy:
http://www.cs.tut.fi/~jkorpela/emacs-iso.html
Of course, some of the sequences used might end up being common in Perl
6, so that could be interesting ;-)
In vim, you want:
http://www.vim.org/htmldoc/digraph.html
but if you use vim or emacs inside a terminal, you'll want to make sure
it's in iso-latin-1 mode (e.g. in gnome-terminal, you have to use the
menu: "Terminal->Set Character Encoding")
I can't tell you how long I thought my vim was broken because it would
just output "blanks" when I used the digraphs. ;-»
We need an S-1 that describes the environmental / egronomic / aesthetic
issues surrounding the use of the latin-1 and/or Unicode characters.
--
Aaron Sherman <a...@ajs.com>
Senior Systems Engineer and Toolsmith
"It's the sound of a satellite saying, 'get me down!'" -Shriekback
If you going to that trouble, at least try your terminal's utf-8
mode to see if it works. If it does, you can also see things like
☺ or 漢字, not to mention γ and φ. Vim supports utf-8; dunno
about emacs.
Larry
The default mode for my vim was Latin-1. I was being lazy because I knew
how to tell gnome-terminal to do Latin-1, but I have no clue how to tell
vim to display and save UTF-8. I'm sure it's easy enough though.
On second thought... do I really want to have to figure out:
$pie ☺= $face;
or is that:
$pie☺☺;
☺
The first controls the display, the second file saves. Vim has to have been
compiled with multibyte support, though.
> http://www.cs.tut.fi/~jkorpela/emacs-iso.html
Coincidentally, last week the emacs developers decided to declare
iso-accents mode (dated 1998) obsolete. Emacs 21 (out for several
years now) has native support for language encodings.
-- Johan