PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_AJAX » Bug #6501

Investigate support UTF-8 Strings without the mbstring extension

Details

Submitted2006-01-16 20:13 UTC
Fromjosh at bluga dot net
Assignedjeichorn
StatusClosed
PackageHTML_AJAX
PHP VersionIrrelevant
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.