Good morning everyone,
I'm not beeing able to use a database that is actually using ISO-8559-1 as the encoding charset. I have changed the encoding part of SybaseDB.js from utf8 to "binary" and now i'm beeing able to read from database, but still not able to inject any data with insert or update, as the characters are not beeing correctly saved:

Any advide on dealing with this problem? I have try to encode the text directly with iconv-lite, but it didn't work.
Thank you!