tizee / unicode.vim

Convert unicode value string into unicode character.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unicode.vim

Provide commands to convert Unicode value string to corresponding character.

" get the character of given hex unicode value
:<range>Unicode
:Unicode <hex-value>

" get hex unicode value of given string
:<range>GetUnicode
:GetUnicode <string>

usage

TODO

  • Get unicode point of a string
  • Add tests
  • Setup Github CI

About

Convert unicode value string into unicode character.


Languages

Language:Vim Script 100.0%