X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fustring.hh;h=8ee066d3b277dcbfec50a0f16ad7d72da431e3cc;hb=d11291df3e9ef0173139a97bf6c77471ab3a4119;hp=bc00a31a810816d6dae17a3067199e44d638e90a;hpb=3d012bcb47eda9210fa49df28efa8b59c2949c05;p=chaz%2Fopenbox diff --git a/otk/ustring.hh b/otk/ustring.hh index bc00a31a..8ee066d3 100644 --- a/otk/ustring.hh +++ b/otk/ustring.hh @@ -117,15 +117,15 @@ public: static const size_type npos = std::string::npos; - ustring(); + ustring(bool utf8 = true); ~ustring(); // make new strings 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