You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/09/19 10:53:48 UTC

svn commit: r696992 [3/3] - in /xerces/c/trunk: samples/src/SEnumVal/SEnumVal.cpp src/xercesc/util/MsgLoaders/Win32/Version.rc tools/NLS/Xlat/Xlat_Win32RC.cpp

Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.cpp?rev=696992&r1=696991&r2=696992&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.cpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_Win32RC.cpp Fri Sep 19 01:53:47 2008
@@ -79,7 +79,7 @@
     //  type prefix support, we have to put them out as numeric character
     //  values.
     //
-    fwprintf(fOutFl, L"    %-16d  L\"", messageId + fMsgOffset);
+    fwprintf(fOutFl, L"    %-16d  \"", messageId + fMsgOffset);
 
     bool isOnlyASCII=true;
     const XMLCh* rawData = msgText;
@@ -102,7 +102,7 @@
         while (*rawData)
             fwprintf(fOutFl, L"\\x%04lX", *rawData++);
     }
-    fwprintf(fOutFl, L"\\x00\"\n");
+    fwprintf(fOutFl, L"\"\n");
 }
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org