Intellishell in windows UTF8 character problem
Hello!
I am trying to insert a document with Greek UTF8 characters:
db.philosophy.insert({"saying" : "Χρόνου φείδου", "age" : 2134)})
and then query it: db.philosophy.find({"saying" : "Χρόνου φείδου"})
The document is saved but some characters are displayed with question marks and the query returns no results.
Details:
* MongoChef 3.0.3
* Windows 7 64bit
* mongo shell from MongoDB 3.0.6 64bit
* Database: MongoDB 3.0.6 64bit
Thanks,
Simon
Please upgrade to MongoChef 4.1.0. In 4.1.0 we have updated the way we handle UTF8 characters in the shell.
-
dor commented
It happens to us also, we can't run any update script in mongochef because of it.
Do you think it will be fixed soon?