EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
Retrieving values(utf-8_unicode_ci) from database and it turns up as ?????.
but when i edit that value on the EditableGRid, with the respective language, it will turn up as unreadable value.
let's say Japanese, すし(sushi). if sushi is store in data base, it showed up as ???? on EditableGrid
if sushi is stored into database using EditableGrid, then it will appear as "ã™ã—" in database.
Retrieving values(utf-8_unicode_ci) from database and it turns up as ?????. but when i edit that value on the EditableGRid, with the respective language, it will turn up as unreadable value. let's say Japanese, すし(sushi). if sushi is store in data base, it showed up as ???? on EditableGrid if sushi is stored into database using EditableGrid, then it will appear as "ã™ã—" in database.
please help me