![]() |
Admin 1/12/2021 |
I must say that using SQL Server with a Linux web server is usually not the best idea. While I don't know if this can be fixed in this setup or not I can definitely suggest changing the database collation to one that supports UTF8. Maybe it will work better if you have UTF8 data stored in the database. |
G
|
gchowani author 1/12/2021 |
THANK you Sergey for the advice!! |
![]() |
Admin 1/12/2021 |
You can experiment with different database drivers to see which one will return the data the proper way. Also check this: |