7 lines
83 B
VimL
7 lines
83 B
VimL
|
|
"encoding is set to utf-8
|
||
|
|
echo char2nr("a")
|
||
|
|
"Prints 97
|
||
|
|
|
||
|
|
echo nr2char(97)
|
||
|
|
"Prints a
|