character encoding issue with mysql -
in lamp app, users cut , paste input web forms other applications ms word.
all of webpages set, via content type tag, display in utf. php script saves data web form mysql table has character encoding set utf-8.
there apostrophe character display correctly in html, in mysql tables, viewed linux command prompt, displays ’.
if both html page , mysql table using same encoding, why rendering of character different?
perhaps reason linux command prompt uses font not support character.
windows' cmd default use font doesn't support either. relax though, data stored way wanted it.
Comments
Post a Comment