mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
drat
git-svn-id: file:///svn/phpbb/trunk@6372 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fe1367b31e
commit
a46a0c10c9
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ function utf8_decode_ncr_callback($m)
|
||||||
* Unicode characters.
|
* Unicode characters.
|
||||||
* @param string UTF-8 encoded string
|
* @param string UTF-8 encoded string
|
||||||
*/
|
*/
|
||||||
function utf8_to_unicode($$string)
|
function utf8_to_unicode($string)
|
||||||
{
|
{
|
||||||
$unicode = array();
|
$unicode = array();
|
||||||
$offset = 0;
|
$offset = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue