RosettaCodeData/Task/Character-codes/Vim-Script/character-codes.vim

7 lines
83 B
VimL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
"encoding is set to utf-8
echo char2nr("a")
"Prints 97
echo nr2char(97)
"Prints a