]> git.sesse.net Git - ccbs/blobdiff - bigscreen/widestring.h
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / bigscreen / widestring.h
index a2f2a245423322042d234d226df6e1be89ac9d89..1e4f9a2640cd2cd09d35af5b84cbdc5fd96f2f6a 100644 (file)
@@ -13,6 +13,7 @@ public:
        widestring(const std::string &from);
        widestring(const std::wstring &from);
        void operator= (const char *from);
        widestring(const std::string &from);
        widestring(const std::wstring &from);
        void operator= (const char *from);
+       std::string to_utf8() const;
 };
 
 namespace pqxx
 };
 
 namespace pqxx