perl ASCII码转换函数
发布时间:2020-12-16 00:42:04 所属栏目:大数据 来源:网络整理
导读:chr chr(65) is "A" in either ASCII or Unicode,and chr(0x263a) is a Unicode smiley face. Negative values give the Unicode replacement character (chr(0xfffd)),except under the bytes pragma,where low eight bits of the value (truncated to an i
chr
Negative values give the Unicode replacement character (chr(0xfffd)),except under the bytes pragma,where low eight bits of the value (truncated to an integer) are used. If NUMBER is omitted,uses For the reverse,use "ord". Note that characters from 128 to 255 (inclusive) are by default internally not encoded as UTF-8 for backward compatibility reasons. ? (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |