ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Character Table

Provide a Character Table to lookup and insert any Unicode Character. Support for Vim Digraphs (rfc1345 character mnemonics).

Details

Installs

  • Total 4K
  • Win 2K
  • Mac 1K
  • Linux 1K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
bitbucket.​org

Character Table

Lookup (and Insert) Unicode Character

Press ctrl-k,ctrl-l to open unicode selection panel. There you can find any unicode character (except those categorized as "Other"). Character you select with <return> will be inserted. There are following columns:

In Sublime Text 3, there is also a preview for selected character.

Character Mnemonics ("Digraphs")

Character Mnemonics are ASCII character sequences, which represent a unicode character. Mostly they are digraphs (two-character sequences), but some of them are longer. You can use digraphs to write unicode characters without having them present on your keyboard.

If you find "ze" in mnemonic column of unicode lookup panel, you can type ctrl-k,z,e to insert the corresponding unicode character.

Mnemonics are at least two letters. If you find a one-letter mnemonic in unicode lookup panel, you have to type the letter and <space> to get the unicode character. E.g. there is "a" in mnemonic column of unicode lookup panel, you have to type``ctrl-k,a,<space>`` to get the latin character "a"

Toggle Digraph Mode

You can toggle digraph mode with ctrl-k,ctrl-t, where any characters you type are interpreted as digraphs.

History

Starting with a VIM-Digraph clone, I found it usable to have a full unicode table accessible in a quick-panel and I also found out that there is rfc1345, which defines mnemonics for characters.

I started with a manual created sublime-keymap, but then I found out, that it is easier to generate it from unicodedata and rfc1345.

Changes

2014-06-06
  • fix issue #2: Package uninstaller leaves diglyph keys installed

    Remove dynamically created keymaps on package unload.

2014-02-10
  • fix issue #1, character table fails encoding a character on windows.

Author

Kay-Uwe (Kiwi) Lorenz <kiwi@franka.dyndns.org> (http://quelltexter.org)

Support my work on Sublime Text Plugins: Donate via Paypal