Closed emiel closed 3 years ago
The codePointToInt function is no longer available but is still referenced in a few documentation examples. Here we replace it with fromEnum.
codePointToInt
fromEnum
The
codePointToInt
function is no longer available but is still referenced in a few documentation examples. Here we replace it withfromEnum
.