|
MongoDB supports UTF-8 for strings in stored objects and queries. (Specifically, BSON strings are UTF-8.) Generally, drivers for each programming language convert from the language's string format of choice to UTF-8 when serializing and deserializing BSON. For example, the Java driver converts Java Unicode strings to UTF-8 on serialization. In most cases this means you can effectively store most international characters in MongoDB strings. A few notes:
|

PLEASE POST QUESTIONS IN THE FORUMS: http://groups.google.com/group/mongodb-user. Post tips and clarifications here.
blog comments powered by Disqus