Update contrib.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 * Header file for wcharcnv.cpp. It contains the prototype and defines required in
20 * This material, including documentation and any related
21 * computer programs, is protected by copyright controlled by
22 * Nokia Corporation. All rights are reserved. Copying,
23 * including reproducing, storing, adapting or translating, any
24 * or all of this material requires the prior written consent of
25 * Nokia Corporation. This material also contains confidential
26 * information which may not be disclosed to others without the
27 * prior written consent of Nokia Corporation.
39 _EUTF16_21BitExtensionState,
42 TInt _Utf16ToUtf8(char* dst, wchar_t aSrc, mbstate_t* ps, int aLen);
43 TInt ConvertToUnicodeFromUtf8(TDes16& aUnicode, const TDesC8& aUtf8, mbstate_t *state);