gopli
gopli copied to clipboard
encoding issues
When fetched and synced (my case was production to local) the database were encoded with latin1, although my database was set to utf8_general_ci.
A way to test it should be an database with utf8 enconding.
Just in time: is there a way to set charset enconding on toml's config?
Regards for the great work.
Hi joaopaulofilho, thank you for your question. That's a kind of critical issue, but so far gopli doesn't have an appropriate solution. But from this weekend, I'll begin to add stable test code for this project, and on the process, I'll add an encoding support, other management system like postgresql support and so on. So just a moment please. Regards.