We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccca1f7 commit 768a5abCopy full SHA for 768a5ab
en/eval.txt
@@ -3045,8 +3045,8 @@ char2nr({expr}[, {utf8}]) *char2nr()*
3045
char2nr("ABC") returns 65
3046
< When {utf8} is omitted or zero, the current 'encoding' is used.
3047
Example for "utf-8": >
3048
- char2nr("á") returns 225
3049
- char2nr("á"[0]) returns 195
+ char2nr("á") returns 225
+ char2nr("á"[0]) returns 195
3050
< With {utf8} set to 1, always treat as utf-8 characters.
3051
A combining character is a separate character.
3052
|nr2char()| does the opposite.
0 commit comments