charset: page with latin1 character table
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 19 Apr 2009 00:06:42 +0000 (00:06 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Apr 2009 00:01:21 +0000 (00:01 +0000)
commit92240b0d1e4434e0981b3326ca4d7ad8673dbf71
tree51e64f31c1020eb8a666b9ad812c1fa3f8f2b14b
parent58b06d932a93875512a6c315d04811fc76b96a4b
charset: page with latin1 character table

A 16x16 table with each iso-8859-1 byte in order.  Rather than simply
using chr(code point), it converts the byte range using Encode::decode,
so it can just as easily display any other charset known by Perl.

Uses the digraphs include for character details.  While this may lack
some characters, it is faster and easier.  Plug the most glaring gaps by
adding the entire ASCII range as single-character "digraphs".

Linked from vi i^v (as code points can be entered there), but mostly
useful as reference (not necessarily limited to vim).
charset.plp [new file with mode: 0644]
rfc1345convert
vim.inc.pl