Skip to content
Snippets Groups Projects
Commit bfebaea8 authored by Alberto Massari's avatar Alberto Massari
Browse files

It turns out that L" is needed to have \xXXXX escaped

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@698557 13f79535-47bb-0310-9956-ffa450edef68
parent bc362e64
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -79,7 +79,7 @@ Win32RCFormatter::nextMessage( const XMLCh* const msgText
// type prefix support, we have to put them out as numeric character
// values.
//
fwprintf(fOutFl, L" %-16d \"", messageId + fMsgOffset);
fwprintf(fOutFl, L" %-16d L\"", messageId + fMsgOffset);
bool isOnlyASCII=true;
const XMLCh* rawData = msgText;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment