Update contrib.
2 * Copyright (c) 1997-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.
15 * The LCharSet object used by the default locale in the Unicode build.
24 The whole file is protected by #ifdef _UNICODE so that it can be safely
25 added to the non-Unicode build.
26 This is done after the include files so that _UNICODE is defined if necessary.
31 static const TCollationMethod TheCollationMethod[] =
34 KUidBasicCollationMethod, // this is the standard unlocalised method
35 NULL, // null means use the standard table
36 NULL, // there's no override table
37 0 // the flags are standard
41 static const TCollationDataSet TheCollationDataSet =
47 // The one and only locale character set object.
48 const LCharSet TheCharSet =