I get the following error while using the export functionality
Fatal error: Call to undefined function mb_convert_encoding() in
application/libraries/Grocery_CRUD.php on line 1600
This is the actual code in the library
$string_to_export = "\xFF\xFE" .mb_convert_encoding($string_to_export, 'UTF-16LE', 'UTF-8');
Can any one tell an alternate option for the same line of code.
Thank you