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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -