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