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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -