Home » HTML » HTML_AJAX » Bug #6501
Investigate support UTF-8 Strings without the mbstring extension
Details
| Submitted | 2006-01-16 20:13 UTC |
|---|---|
| From | josh at bluga dot net |
| Assigned | jeichorn |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-01-16 20:13 UTC] josh at bluga dot net
Description:
------------
Currently HTML_AJAX_JSON requires the mbstring extension. We should look into supporting iconv and a php level implementation as well.
iconv: http://us3.php.net/manual/en/ref.iconv.php
php implementation (lgpl): http://dev.splitbrain.org/reference/dokuwiki/nav.html?inc/utf8.php.html
[2006-01-17 16:52 UTC] jeichorn at php dot net
Updated our AJAX code to the newest Services_JSON code they have a function_exists check and php fallback, that should be good enough for us.