Convert literal (c) copyright character into \xa9, to fix Bug 1798 and Bug 1817 CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Mon, 29 Mar 2010 16:52:39 +0100
branchCompilerCompatibility
changeset 12 148e88b84d9a
parent 9 dbab16225188
child 14 1ac0a0999e81
Convert literal (c) copyright character into \xa9, to fix Bug 1798 and Bug 1817
sipvoipprovider/inc/svpconsts.h
voipplugins/ipapputils/src/cipappphoneutils.cpp
--- a/sipvoipprovider/inc/svpconsts.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/sipvoipprovider/inc/svpconsts.h	Mon Mar 29 16:52:39 2010 +0100
@@ -218,7 +218,7 @@
 _LIT8( KSVPSubsStateTerminated,   "Subscription-State: terminated;reason=noresource");
 
 _LIT( KSVPS60,"S60" );
-_LIT( KSVPCopyright, "©" );
+_LIT( KSVPCopyright, "\xa9" );
 _LIT(KSVPSalesModelFileName, "\\resource\\versions\\model.txt");
 
 // Emergency constants
--- a/voipplugins/ipapputils/src/cipappphoneutils.cpp	Sun Mar 14 13:09:00 2010 +0000
+++ b/voipplugins/ipapputils/src/cipappphoneutils.cpp	Mon Mar 29 16:52:39 2010 +0100
@@ -27,7 +27,7 @@
 _LIT8( KSVPSpaceMark, " " );
 _LIT8( KSVPLineFeed, "\n" );
 _LIT( KSVPSalesModelFileName, "\\resource\\versions\\model.txt" );
-_LIT( KSVPCopyright, "©" );
+_LIT( KSVPCopyright, "\xa9" );
 _LIT( KSVPCopyright2, "(C)" );
 _LIT( KSVPCopyright3, "(c)" );
 _LIT( KSVPSpace2, " " );