doulangpeng3933 2012-01-18 17:21
浏览 77
已采纳

如何不用htmlentities()转换某些符号?

How can I 'ask' htmlentities() not to convert certain symbols? For instance,

php,

<?php echo htmlentities(file_get_contents('fonts.css'),ENT_QUOTES);?>

fonts.css,

@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('chunkfive-webfont.eot'); /* EOT file for IE */
    src: local('☺'), url('chunkfive-webfont.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}

result,

@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('chunkfive-webfont.eot'); /* EOT file for IE */
    src: local('�'), url('chunkfive-webfont.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}

I want to keep '☺' as it is but not to convert it into 'â�º'.

Is it possible?

  • 写回答

1条回答 默认 最新

  • douci2015 2012-01-18 17:26
    关注

    Use the third parameter of htmlentities. It specifies the charset:

    <?php echo htmlentities(file_get_contents('fonts.css'),ENT_QUOTES,"UTF-8");?>
    

    This avoids the smiley to be converted into Latin-1 byte equivalents. (Which is what it looks like.)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料