Open FabianoCastro opened 1 year ago
I normally don't post just to one-up, but this time I want to say: Same here!
Dear @FabianoCastro your request just save me :)
I've updated index.js to follow, worked like a charm!
DEFAULT_ENCODING = 'latin1'
Please node-firebird team, create a param to change it on constructor!
Great
Someone can solve this? using the options.encoding = 'WIN1252'
or options.encoding = 'latin1'
dont work for me :(
Hi,
Change the const
const
// DEFAULT_ENCODING = 'utf8',
DEFAULT_ENCODING = 'latin1',
DEFAULT_FETCHSIZE = 200;
At line 889 in file indes.js
You save my life Bro, i lose a entire day trying to solve this.
Fixing this would solve:
Fixing this would solve:
I think i made a solution
Updating....
Version 1.1.8
Hello, when I get data with accent in Portuguese it comes with incorrect characters, but if I change the DEFAULT_ENCODING from "utf8" to "latin", directly in index.js, it works 100%.
If it is possible to have a configuration for this, so I don't have to change it every time I update the sources, I would be very grateful ;).
Another detail, I include the charset "WIN1252" in the SupportedCharacterSet type list, as it does not exist.