使用php和jquery的重音问题

时间:2017-02-08 19:17:56

标签: javascript php jquery html

我必须读取一个txt文件,哪个文本有重音符号,如á或ñ,所以我写了这个php代码来读取文件:

<p id="text1">
    <?php
        $fopen = fopen("../curriculums/es.txt", "r");
        $texte = fread($fopen, filesize("../curriculums/es.txt"));
        fclose($fopen);
        echo $texte;
    ?>
</p>

但是当它必须写一个“ó”时,它写道:“³”。有可能用php或jquery来解决这个问题吗?

1 个答案:

答案 0 :(得分:1)

我建议使用以下代码将您网页的 $result = $this->functionABC();// catch if it throws an exception $oEntityManager = $this->getContainer()->get('doctrine')->getManager(); $bEntityManagerIsOpen = $oEntityManager->isOpen(); if (!$bEntityManagerIsOpen) { $this->getContainer()->get('doctrine')->resetManager(); $oEntityManager = $this->getContainer()->get('doctrine')->getManager(); } 元属性设置为适当的(可能是UTF-8):

charset