diff -r 5cc91383ab1e -r 7333d7932ef7 secureswitools/swisistools/source/sisxlibrary/sisstring.cpp --- a/secureswitools/swisistools/source/sisxlibrary/sisstring.cpp Thu Aug 19 10:02:49 2010 +0300 +++ b/secureswitools/swisistools/source/sisxlibrary/sisstring.cpp Tue Aug 31 15:21:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -29,7 +29,7 @@ #include "utility.h" #include "exception.h" #include "utils.h" -#include "utf8.h" +#include "utf8_wrapper.h" // we cannot write or read a string directly from a file, because we don't know what format the // MS implementation of STL will use for the std::string. So we need to go via an intemediate buffer.