fpc/tests/webtbs/tw28964.pp
Jonas Maebe 01d93b61c3 * save/restore the type (and hence code page) of ansistring constsyms in/from
the ppu (mantis #28964)
  * also save/restore the type of constnil, constresourcestring and constguid
    in/from the ppu

git-svn-id: trunk@32617 -
2015-12-08 14:27:23 +00:00

10 lines
106 B
ObjectPascal

{ %recompile }
uses
uw28964;
begin
if stringcodepage(externalconst)<>CP_UTF8 then
halt(1);
end.