DB : MariaDB 10.0.32 OS: Debian GNU/Linux 8 Language : PHP 5.6.33
table A sets charset : utf8mb4, collation utf8mb4_general_ci.
I want to insert " .mp3" to table A. << as you can see Me In is speacial font I guess. Insert worked and data shown ?????? ?????.mp3 like this.
I tried to insert using inov() function utf8 to ascii code and it worked but I still need to use utf8 because of other contries language not ascii.
Is it posibble to insert " .mp3" to MariaDB instead of ??? ???.mpe like this?
done :
- using inov() function utf8 to ascii. and it worked like "Me In.mp3".
- tried to use sqlite.<< it works but I must use MariaDB. can not change DBMS.
- table and DB set utf8mb4, utf8mb4_general_ci.
expecting :
- insert MariaDB without broken characters to .
- can use all langauges (includes English)