04.03.2019, 19:29
Quote:
The problem will be different character sets. You should just stick to utf8mb4 for MySQL, and don't worry about what pawn does.
|
If you have the time, could you please provide me with some example code?
I'm kinda out of ideas unfortunately, dont want to get back to R39.
I created a dialog which shows all the records in the table, but since it's replacing my special characters with questionmarks, it's just not looking good. I thought of replacing these characters with some self-made ASCII ones, and str_replace them after the load, but that'd be hecky.