Symbian3/SDK/Source/GUID-D32E52C9-F05C-5F1E-8B49-243D555C353C.dita
changeset 2 ebc84c812384
parent 0 89d6a7a84779
--- a/Symbian3/SDK/Source/GUID-D32E52C9-F05C-5F1E-8B49-243D555C353C.dita	Fri Jan 22 18:26:19 2010 +0000
+++ b/Symbian3/SDK/Source/GUID-D32E52C9-F05C-5F1E-8B49-243D555C353C.dita	Thu Mar 11 15:24:26 2010 +0000
@@ -12,12 +12,12 @@
 <concept id="GUID-D32E52C9-F05C-5F1E-8B49-243D555C353C" xml:lang="en"><title>Known
 Issues</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>This topic describes the known issues associated with developing Standard
-C++ applications or libraries on Symbian platform. </p>
+C++ applications or libraries on the Symbian platform. </p>
 <p>The following functionalities of Standard C++ have certain limitations
-on Symbian platform: </p>
+on the Symbian platform: </p>
 <ul>
 <li id="GUID-8A496C80-74F0-559D-84B3-34EF8BA15A39"><p> <b>dynamic_cast:</b> The <codeph>dynamic_cast</codeph> operator
-is not fully supported on Symbian platform. </p> </li>
+is not fully supported on the Symbian platform. </p> </li>
 <li id="GUID-012F6B22-4A66-5B54-B981-01A252F10147"><p> <b>unexpected_handler:</b> The
 CodeWarrior runtime does not support the invocation of <codeph>unexpected_handler</codeph> upon
 an exception specification violation. </p> </li>
@@ -44,11 +44,11 @@
 compiler.</note></li>
 </ol></section>
 <section id="GUID-6008A836-2454-49E5-BE25-29EB9074CF88"><title>Using the id
-member variable of facet classes</title> <p>Symbian platform does not support
-exporting static data. Hence, the <codeph>id</codeph> member variable of facet
-classes (<codeph>static locale::id           id</codeph>) cannot be used directly
-on Symbian platform. When you use these classes you must use the <codeph>GetFacetLocaleId()</codeph> function
-to access the data member <codeph>id</codeph> instead. </p> <p> <b>Examples</b>  </p> <ol id="GUID-96B64FD3-382E-56E1-BAD6-90DFBDA0969F">
+member variable of facet classes</title> <p>The Symbian platform does not
+support exporting static data. Hence, the <codeph>id</codeph> member variable
+of facet classes (<codeph>static locale::id           id</codeph>) cannot
+be used directly on the Symbian platform. When you use these classes you must
+use the <codeph>GetFacetLocaleId()</codeph> function to access the data member <codeph>id</codeph> instead. </p> <p> <b>Examples</b>  </p> <ol id="GUID-96B64FD3-382E-56E1-BAD6-90DFBDA0969F">
 <li id="GUID-20337C94-A194-5BD7-9974-490C1EBB543F"><p> <b>Using the id member
 of standard facets:</b> For example, you can change <codeph>locale::id Id1
 =                 numpunct&lt;char&gt;::id;</codeph> to <codeph>locale::id Id1
@@ -119,7 +119,7 @@
 <link href="GUID-F7FEB759-E64D-5B6D-9017-C5E982E4FC16.dita"><linktext>Standard
 C++ Library Overview</linktext></link>
 <link href="GUID-2CCD1748-9EDE-5383-9941-A3051E06F3E2.dita"><linktext>Standard
-C++ Support on Symbian Platform</linktext></link>
+C++ Support on the Symbian platform</linktext></link>
 <link href="GUID-CDE8CD85-8467-5B36-A0AC-41D1D98151CA.dita"><linktext>Developing
 Applications or Libraries                 Using Standard C++</linktext></link>
 <link href="GUID-E331B72B-84AF-558A-9B8F-73E5E50B58C7.dita"><linktext>Building