From b989ec13f7774bdb4b2b8675a65da56cb2fe0ef4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 09:26:38 +0000 Subject: [PATCH] set the ustring's utf type so that it matches what it appended to it --- otk/property.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/otk/property.cc b/otk/property.cc index 44741083..bda4ecea 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -253,6 +253,7 @@ void Property::set(Window win, Atoms atom, StringType type, } ustring value; + value.setUtf8(u); StringVect::const_iterator it = strings.begin(); const StringVect::const_iterator end = strings.end(); -- 2.39.2