php - SQL-ASCII encoding in database throws Error: json_encode(): Invalid UTF-8 sequence in argument -
i have old postgresql database sql-ascii encoding..
in laravel, tried query records containing characters Ñ , ñ unfortunately, throws error json_encode(): invalid utf-8 sequence in argument.
how solve problem? please help.
Comments
Post a Comment