Go to the documentation of this file.
21 #ifndef LibXmlEncodings_hxx
22 #define LibXmlEncodings_hxx
25 #include <glibmm/convert.h>
28 #define U(str) ::Glib::locale_to_utf8(str)
29 #define L(str) ::Glib::locale_from_utf8(str)
31 #endif// LibXmlEncodings_hxx