我使用的是 64 位 Windows 7,并且为我的键盘安装了英语和希腊语。如果我切换到 mongo shell 并尝试编写 UTF 希腊字符,我会收到此错误
"Unicode text could not be correctly displayed.
Please change your console font to a Unicode font (e.g. Lucida Console)."
它从 mongo shell 中退出。
此外,当我键入db.names.find()
它时,它会显示names
集合的内容,但 UTF 字符被弄乱了。
我可以毫无问题地在常规 cmd 提示符下编写 UTF 字符。