locales/loce32/src/ls_coltgl.cpp
branchRCL_3
changeset 13 a2f9480e2280
parent 0 05e9090e2422
--- a/locales/loce32/src/ls_coltgl.cpp	Tue May 11 17:09:13 2010 +0300
+++ b/locales/loce32/src/ls_coltgl.cpp	Tue May 25 13:47:21 2010 +0300
@@ -25,27 +25,37 @@
 #include <kernel/ls_std.h>
 #include <collate.h>
 
-const TUint KUidColtlgCollationMethod = 0x100059DD;
+const TUint KUidColtglCollationMethod = 0x100059DD;
 
-static const TUint32 TheColtlgKey[] = 
+static const TUint32 TheColtglKey[] = 
 	{
-	0x85d0109,
+	0x7ee0121,0x7ee0109,0x85d0109,
+	};
+
+static const TUint32 TheColtglIndex[] = 
+	{
+	0xdf0002,
 	};
 
-static const TUint32 TheColtlgIndex[] = 
+static const TUint16 TheColtglStringElement[] = 
 	{
-	0xdf0000,
+	0x2,0x4e,0x303,0x2,0x6e,0x303,
 	};
 
-static const TCollationKeyTable TheColtlgTable = 
-	{ TheColtlgKey, TheColtlgIndex, 1, NULL, NULL, 0 };
+static const TUint32 TheColtglStringIndex[] = 
+	{
+	0x0,0x30001,
+	};
+
+static const TCollationKeyTable TheColtglTable = 
+	{ TheColtglKey, TheColtglIndex, 1, TheColtglStringElement, TheColtglStringIndex, 2 };
 
 static const TCollationMethod TheCollationMethod[] = 
 	{
 		{
-		KUidColtlgCollationMethod, // the method for the locale
+		KUidColtglCollationMethod, // the method for the locale
 		NULL, // use the standard table as the main table
-		&TheColtlgTable, // the locale values override the standard values
+		&TheColtglTable, // the locale values override the standard values
 		0 // the flags are standard
 		},
 		{