Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding WIN1253 not working. #319

Open
khalidMhd opened this issue Nov 25, 2023 · 2 comments
Open

encoding WIN1253 not working. #319

khalidMhd opened this issue Nov 25, 2023 · 2 comments

Comments

@khalidMhd
Copy link

khalidMhd commented Nov 25, 2023

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
Copy link

Hi, see #283

@khalidMhd
Copy link
Author

Hi, see #283

thank you so much, we did it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants