RosettaCodeData/Task/Character-codes/Vim-Script/character-codes.vim
2023-07-01 13:44:08 -04:00

6 lines
83 B
VimL

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