Issue 53054
Summary User-Defined resource does not seem to support wide-char strings or null-terminators
Labels new issue
Assignees
Reporter hologramas
    When specifying a user-defined resource such as:

Thing1 Thing2
BEGIN
L"ThisIsAWideString\0"
END

The outcome is a resource that has such as string as narrow char and does not include null.

>From code, it is unclear what is wrong.

The interesting function would be:
Error ResourceFileWriter::writeUserDefinedBody(const RCResource *Base).

Maybe in that function this code should use an explicit specialization?


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to