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