Configure the application to display the correct encoding of the text |
12/26/2020 3:05:14 AM |
PHPRunner General questions | |
A
alfonso authorDevClub member
I have a table with enough data that its Character Set: latin-1 and Default Collation: latin1_swedish_ci
|
|
M
|
MikeT 12/26/2020 |
I would advise to solve the problem at the source once and forever, otherwise this will bite you again and again |
![]() |
Sergey Kornilov admin 12/28/2020 |
I agree, that fixing this on the database side is the way to go. I would suggest changing the database character set and the data itself to UTF8. Also make sure that UTF8 is selected as the output page encoding in the PHPRunner itself on Miscellaneous page. |
D
|
danaci 12/28/2020 |
hi, |