First public contribution.
3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
5 * This component and the accompanying materials are made available
6 * under the terms of the License "Eclipse Public License v1.0"
7 * which accompanies this distribution, and is available
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 * Initial Contributors:
11 * Nokia Corporation - initial contribution.
24 void OpenUtf8FStreamForRead(std::fstream &aFStream, const char *aUtf8FileName);
25 void OpenUtf8FStreamForWrite(std::fstream &aFStream, const char *aUtf8FileName);
30 WCHAR *WindowsUtf8ToUtf16(const char *aUtf8);
31 CHAR *WindowsUtf16ToUtf8(const WCHAR *aUtf16);
32 WCHAR *WindowsRetrieveDosName(const WCHAR *aLongName);