node-firebird icon indicating copy to clipboard operation
node-firebird copied to clipboard

encoding WIN1253 not working.

Open khalidMhd opened this issue 2 years ago • 2 comments

const options = { host: "127.0.0.1", port: 3050, database: "C://MYDB.fdb", user: "SYSDBA", password: "111111", lowercase_keys: false, pageSize: 4096, role: null, charset: "WIN1253", // Specify the character set };

when i run query it return the incorrect data:

address: '������', name: '������',

khalidMhd avatar Nov 25 '23 06:11 khalidMhd

Hi, see https://github.com/hgourvest/node-firebird/issues/283

FabianoCastro avatar Nov 25 '23 22:11 FabianoCastro

Hi, see #283

thank you so much, we did it

khalidMhd avatar Nov 26 '23 15:11 khalidMhd