collate property to store a translated string in mysql? -


my table has collate propertylatin1_swedish_ci default, strings stored if translated string needs stored in db question marks storing instead of plain text i.e., when storing other language string in db seeing

???????

.

please suggest me solution can store language string in db.


Comments