hgourvest / node-firebird

Pure javascript and asynchronous Firebird client for Node.js.
Mozilla Public License 2.0
258 stars 128 forks source link

encoding WIN1253 not working. #319

Open khalidMhd opened 11 months ago

khalidMhd commented 11 months ago

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: '������',

FabianoCastro commented 11 months ago

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

khalidMhd commented 11 months ago

Hi, see #283

thank you so much, we did it