0

i m trying to insert to a collection data with hebrew characters is it possible to work with LiteDb in hebrew? if yes, how?

1 Answers1

0

All strings in LiteDB are stored in UTF8. You shouldn't have any problem to store in any language.

In v5 you database are created using current culture info and you can change it by Rebuild your database

mbdavid
  • 1,076
  • 7
  • 8