note 102382 added to function.utf8-encode

[email protected] Fri, 11 Feb 2011 01:11:32 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Forgot the return in the previous note:

<?php
function _convert($content) {
    if(!mb_check_encoding($content, 'UTF-8')
        OR !($content === mb_convert_encoding(mb_convert_encoding($content, 'UTF-32', 'UTF-8' ), 'UTF-8', 'UTF-32'))) {

        $content = mb_convert_encoding($content, 'UTF-8');

        if (mb_check_encoding($content, 'UTF-8')) {
            // log('Converted to UTF-8');
        } else {
            // log('Could not converted to UTF-8');
        }
    }
    return $content;
}
?>
----
Server IP: 69.147.83.197
Probable Submitter: 217.91.146.41
----
Manual Page -- http://www.php.net/manual/en/function.utf8-encode.php
Edit        -- https://master.php.net/note/edit/102382
Del: integrated  -- https://master.php.net/note/delete/102382/integrated
Del: useless     -- https://master.php.net/note/delete/102382/useless
Del: bad code    -- https://master.php.net/note/delete/102382/bad+code
Del: spam        -- https://master.php.net/note/delete/102382/spam
Del: non-english -- https://master.php.net/note/delete/102382/non-english
Del: in docs     -- https://master.php.net/note/delete/102382/in+docs
Del: other reasons-- https://master.php.net/note/delete/102382
Reject      -- https://master.php.net/note/reject/102382
Search      -- https://master.php.net/manage/user-notes.php