From: Dedov A. <ad...@iq...> - 2004-09-28 22:00:05
|
Hello, I am developing C++ XML-RPC library using libxml++ (http://libiqxmlrpc.sourceforge.net). I used libxml++ 1.0 till this time. Now I need support for non-ASCII characters in my library. If I understand right libxml++ implements it in 2.x versions by using glib::ustring. Please tell me if there is any way to use glib::ustring without usage of an entire glibmm library? It is highly undesireable for me to increase library's dependencies due to glibmm and so on. May be someone have an experience of cutting ustring from glibmm? Thanks, Anton Dedov |