MongoDB C Driver (UTF-8 ?)

203 Views Asked by At

I have a problem of inclusion for special characters in my database (accents or Russian alphabet for example). They become unreadable/unrecoverable or create some bugs in my database.

eg. "étudier" become "tudier" / or "Наталья" will display " ..." endlessly and will bug my base when I want to read it (from server side via db.collection.find()).

Should configure or use MongoDB somehow or the problem just comes from the languages and characters set on the machine? (MongoDB isn't supposed to handle UTF-8?)

(I use Linux distribution)

0

There are 0 best solutions below