We Are trying to store non ascii character(French and Arabic) in mongodb.
Its getting saved in mongodb correctly but while retrieving using repository.findAll() function of spring-data-mongo we are getting "??????" for all non ascii characters.
Till now tried Goolge,Stackoverflow
mongo-cli is giving correct result
upgraded mongo version
On localhost its working fine somehow but on development machine its giving wrong values thought both have same code and mongodb version or operating system is different