×
Have just setup the eStore plugin. and put my first product in the store for testing. I then created a products page and added the following code:.
Description: ------------ Trying to decode HTML entities into UTF-8 results in the following error message: Warning: cannot yet handle MBCS in ...
Warning: cannot yet handle MBCS in html_entity_decode()! ... You can temporarily fix this by swapping out the html_entity_decode() function for utf8_decode().
People also ask
On server with PHP version 4.4.8 i get i get the error from html_entity_decode function on line 235. To stop warnings place @ at front of function. Code: [ ...
Mar 3, 2010 · 3 Answers 3 · Now I get the following Warning: cannot yet handle MBCS in html_entity_decode()!. – Elitmiar · 1. @Roland: Are you still using PHP 4 ...
I just ran into the: Bug #27626 html_entity_decode bug - cannot yet handle MBCS in html_entity_decode()! The simple solution if you're still running PHP 4 is to ...
Jun 18, 2009 · a couple of uses of html_entity_decode() which caused an alarming number of "cannot yet handle MBCS" messages; several instances of the ...
Jun 9, 2008 · If you are using PHP 4 and using some of my plugins, the error message “Warning: cannot yet handle MBCS in html_entity_decode” will get ...