GithubHelp home page GithubHelp logo

Comments (4)

hgourvest avatar hgourvest commented on June 10, 2024

can you explain why ?

from node-firebird.

hgourvest avatar hgourvest commented on June 10, 2024

I found your issue here; xdenser/node-firebird-libfbclient#9
your database is corrupted and you should use this to fix it
http://code.google.com/p/fbclone/
doc:
http://code.google.com/p/fbclone/wiki/ConvertBadEncodedFirebirdDatabases

from node-firebird.

tangor86 avatar tangor86 commented on June 10, 2024

Yes, considering that columns and collates are one, and the data is another charset (non utf-8) — DB is corrupted.

But I can nothing to do with that, because all clients software are adopted to work like they now do, and for the certain reasons — they can not change it...

the best I can do:

  1. setup win1251 connection (because it is DB default and columns and collates are in that charset)
  2. read (select) data what is in win1257 charset...
  3. convert fm win1257 to utf-8
  4. and finally return utf-8 string to clients browsers so it will normally seen by users...

know that is stupid, but have nothing to do with that....

from node-firebird.

papplaszlo0 avatar papplaszlo0 commented on June 10, 2024

Hi!

Iwould like to ask, is there any connection option for client charset? Unfortunately the DB allow WIN1250 connection. With default i can not attach the DB. :(

Thank you in advance!

Laszlo

from node-firebird.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.