hgourvest / node-firebird

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

How to use encoding KSC_5601? #328

Open oz-k opened 7 months ago

oz-k commented 7 months ago

I checked issue https://github.com/hgourvest/node-firebird/issues/283 and tried DEFAULT_ENCODING = 'KSC_5601', 'KSC5601' and 'MS949' but none of them worked.

Can anyone help me?

FabianoCastro commented 7 months ago

Hi

From what I understand, there are two configurations, one for functions outside the connection and another for functions inside the connections

image

augustosnk12 commented 5 months ago

Hi,

Even setting these configs I'm still not able to get the correct char encoding

FabianoCastro commented 5 months ago

Have you checked that it is not saved in the database incorrectly?

augustosnk12 commented 5 months ago

@FabianoCastro yes, I did. For example I have in database the field valued as Produto suíno and as result I get Produto su%C3%ADno