RosettaCodeData/Task/Character-codes/Vim-Script/character-codes.vim
2015-02-20 00:35:01 -05:00

6 lines
83 B
VimL

"encoding is set to utf-8
echo char2nr("a")
"Prints 97
echo nr2char(97)
"Prints a