note 98084 deleted from function.iconv by visualmind
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: matasbi at gmail dot com
----
Microsoft Excel "Unicode Text (.txt)" convert to UTF-8
<?php
echo iconv ('UCS-2', 'UTF-8', trim($string) . "\0");
?>