// Purpose: wxUString class
// Author: Robert Roebling
// Created: 2008-07-25
-// RCS-ID: $Id:$
+// RCS-ID: $Id$
// Copyright: (c) 2008 Robert Roebling
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
}
}
- wxPrintf( "utf8_str %s len %d\n", result, wxStrlen( result.data() ) );
- wxPrintf( "utf8_str %s len %d\n", result, wxStrlen( result.data() ) );
-
return result;
}