crudkit icon indicating copy to clipboard operation
crudkit copied to clipboard

Don't support other language encoding ? (UTF-8)

Open korrio opened this issue 9 years ago • 2 comments

Some language (for example Thai) doesn't support on crudkit ?

It displays (on column's name) ??????? instead.

korrio avatar Dec 27 '15 15:12 korrio

Oh. can you attach the source file? I will check it out. I tested it with utf-8 but maybe something broke on the frontend side.

skyronic avatar Dec 28 '15 09:12 skyronic

Just add array('charset'=>'utf8') $sqlPage = new MySQLTablePage ("page", "user, "password", "db",array('charset'=>'utf8'));

Bobchev avatar Feb 11 '16 14:02 Bobchev