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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
