• <i id='353b5'><tr id='353b5'><dt id='353b5'><q id='353b5'><span id='353b5'><b id='353b5'><form id='353b5'><ins id='353b5'></ins><ul id='353b5'></ul><sub id='353b5'></sub></form><legend id='353b5'></legend><bdo id='353b5'><pre id='353b5'><center id='353b5'></center></pre></bdo></b><th id='353b5'></th></span></q></dt></tr></i><div id='353b5'><tfoot id='353b5'></tfoot><dl id='353b5'><fieldset id='353b5'></fieldset></dl></div>
  • <small id='353b5'></small><noframes id='353b5'>

    <tfoot id='353b5'></tfoot><legend id='353b5'><style id='353b5'><dir id='353b5'><q id='353b5'></q></dir></style></legend>

    • <bdo id='353b5'></bdo><ul id='353b5'></ul>

        PHP:将 unicode 代码点转换为 UTF-8

        时间:2023-09-22

          <tfoot id='Pul2z'></tfoot>

            <small id='Pul2z'></small><noframes id='Pul2z'>

          • <i id='Pul2z'><tr id='Pul2z'><dt id='Pul2z'><q id='Pul2z'><span id='Pul2z'><b id='Pul2z'><form id='Pul2z'><ins id='Pul2z'></ins><ul id='Pul2z'></ul><sub id='Pul2z'></sub></form><legend id='Pul2z'></legend><bdo id='Pul2z'><pre id='Pul2z'><center id='Pul2z'></center></pre></bdo></b><th id='Pul2z'></th></span></q></dt></tr></i><div id='Pul2z'><tfoot id='Pul2z'></tfoot><dl id='Pul2z'><fieldset id='Pul2z'></fieldset></dl></div>

            1. <legend id='Pul2z'><style id='Pul2z'><dir id='Pul2z'><q id='Pul2z'></q></dir></style></legend>
                  <bdo id='Pul2z'></bdo><ul id='Pul2z'></ul>
                    <tbody id='Pul2z'></tbody>
                • 本文介绍了PHP:将 unicode 代码点转换为 UTF-8的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我的数据格式如下:U+597D 或类似这样的 U+6211.我想将它们转换为 UTF-8(原始字符是好和我).我该怎么做?

                  I have my data in this format: U+597D or like this U+6211. I want to convert them to UTF-8 (original characters are 好 and 我). How can I do it?

                  推荐答案

                  $utf8string = html_entity_decode(preg_replace("/U+([0-9A-F]{4})/", "&#x\1;", $string), ENT_NOQUOTES, 'UTF-8');
                  

                  可能是最简单的解决方案.

                  is probably the simplest solution.

                  这篇关于PHP:将 unicode 代码点转换为 UTF-8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:PHP 中的 preg_match 和 UTF-8 下一篇:将 PHP 默认编码设置为 utf-8?

                  相关文章

                  最新文章

                    <tfoot id='5DmQo'></tfoot>
                    • <bdo id='5DmQo'></bdo><ul id='5DmQo'></ul>

                    <small id='5DmQo'></small><noframes id='5DmQo'>

                  1. <legend id='5DmQo'><style id='5DmQo'><dir id='5DmQo'><q id='5DmQo'></q></dir></style></legend>
                      <i id='5DmQo'><tr id='5DmQo'><dt id='5DmQo'><q id='5DmQo'><span id='5DmQo'><b id='5DmQo'><form id='5DmQo'><ins id='5DmQo'></ins><ul id='5DmQo'></ul><sub id='5DmQo'></sub></form><legend id='5DmQo'></legend><bdo id='5DmQo'><pre id='5DmQo'><center id='5DmQo'></center></pre></bdo></b><th id='5DmQo'></th></span></q></dt></tr></i><div id='5DmQo'><tfoot id='5DmQo'></tfoot><dl id='5DmQo'><fieldset id='5DmQo'></fieldset></dl></div>