Код: Выделить всё
�
Код: Выделить всё
echo ord(�); // returns 239 as a result
Код: Выделить всё
const str = "�";
console.log(str.charCodeAt(0)); // returns 65533 as a result
Код: Выделить всё
x = ord("�")
print(x)
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/625 ... d-function
Мобильная версия