Mysql
 sql >> Database >  >> RDS >> Mysql

TinyMCE UTF-8 che salva nel database MySQL

Usa questo codice

    <script type="text/javascript">
       tinymce.init({
           entity_encoding : "raw"
        });
    </script>