I'm using htmlentities ()
in PHP to store data in the database, replacing ç , ã , and other characters by HTML entities:
<?PHP
htmlentities ("Ampliação");
//Resulta na string "Ampliação
In Java (Android) I need...
asked by
26.09.2017 / 02:31