From: Baptiste L. <bap...@gm...> - 2011-05-20 14:01:58
|
The easiest for you would be to ensure that all your strings are encoded using UTF-8. This is the standard way of storing unicode string as std::string / const char *. Baptiste. 2011/5/18 Сухенький Серафим <ad...@tr...> > Hi! > > I'm using json-cpp as an embedded database driver in my project. > Now I need to emplement unicode support. > > Could you please tell, how can I store unicode strings in Value and get > them back? > > Thanks! > > |