Is it possible in the future to split resource strings into utf8 and utf16? of course, everything is working now, but we have to fight with warnings
program Project1;
resourcestring
rstest='blbla-blbla';
var
vtest:unicodestring;
begin
vtest:=rstest;
end.
>>project1.lpr(7,10) Warning: Implicit string type conversion from "AnsiString" to "UnicodeString"