Hi everyone. I'm trying to output some asian characters. They output fine, unless I do it from an output buffer.
The DB is UTF-8 and everyone else is set to UTF-8.
At the start of the script and right before the buffer I have the following...
Any idea's why my asian characters return fine except in the output buffer?PHP Code:
mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
mb_language('uni');
mb_regex_encoding('UTF-8');
ob_start("mb_output_handler");