I am using the sqlJocky plugin in flutter, but when i received a data the words come with special chars like ç,~, and the text have a bug of decode. any idea to convert to default code char?
var conn = await MySqlConnection.connect(s);
Results result = await (await conn
.execute('SELECT * FROM SATISFACAO_PERGUNTAS'))
.deStream();
print(result);
The log show me ����� when i use ç