X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fustring.hh;h=8ee066d3b277dcbfec50a0f16ad7d72da431e3cc;hb=7dbc6db04387c442add000b36639a3f0ed5e183a;hp=be2a59c8a790b7c2bdc3e61e5e4a13f2a0004d36;hpb=0f7e3be6b60888912dc9c7089e23074ef64373e0;p=chaz%2Fopenbox diff --git a/otk/ustring.hh b/otk/ustring.hh index be2a59c8..8ee066d3 100644 --- a/otk/ustring.hh +++ b/otk/ustring.hh @@ -124,8 +124,8 @@ public: ustring(const ustring& other); ustring& operator=(const ustring& other); - ustring(const std::string& src); - ustring(const char* src); + ustring(const std::string& src, bool utf8 = true); + ustring(const char* src, bool utf8 = true); // append to the string