all repos — openbox @ b989ec13f7774bdb4b2b8675a65da56cb2fe0ef4

openbox fork - make it a bit more like ryudo

set the ustring's utf type so that it matches what it appended to it
Dana Jansens danakj@orodu.net
commit

b989ec13f7774bdb4b2b8675a65da56cb2fe0ef4

parent

4c71c71d57e87c5273e09976fbac5b3a2f83bc52

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M otk/property.ccotk/property.cc

@@ -253,6 +253,7 @@ default: assert(False); return; // unhandled StringType

} ustring value; + value.setUtf8(u); StringVect::const_iterator it = strings.begin(); const StringVect::const_iterator end = strings.end();