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