i m trying to insert to a collection data with hebrew characters is it possible to work with LiteDb in hebrew? if yes, how?
Asked
Active
Viewed 111 times
1 Answers
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