diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita --- a/Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-27340D18-A31D-512E-920A-B06C784A978A.dita Tue Jul 20 12:00:49 2010 +0100 @@ -26,7 +26,7 @@ idea:

String pool representation - +

A string pool is a mechanism for storing strings in a particular way that makes the comparison of strings a very fast operation. It is particularly @@ -81,7 +81,7 @@ to a call to:

void RStringTable::OpenL( const TStringTable& aTable );

The following diagram illustrates a general picture. Note that the strings in any given string table are deemed to be either case sensitive or case insensitive, and this governs how comparisons are made.

- +

As the name implies, a static string table is declared as a const TStringTable data member of a class with a user-defined name. The class name is defined in a header file while the table itself is