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
Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28
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