Welcome Guest, Not a member yet? Register   Sign In
API response breaking special characters in French
#2

Try changing the nwssage string.
PHP Code:
// change this
$message 'L\'enregistrement de Ville a été supprimé avec succès.';

// to this
$message "L\'enregistrement de Ville a été supprimé avec succès."

Not tested, but sometimes it depends on the type of quotes.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: API response breaking special characters in French - by InsiteFX - 08-16-2021, 02:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB