fpc/tests/webtbs/tw6865.pp
florian 9bb7fdde42 * new test
git-svn-id: trunk@5112 -
2006-10-31 09:31:53 +00:00

14 lines
268 B
ObjectPascal

program utf8;
{$ifdef FPC}{$mode objfpc}{$h+}{$INTERFACES CORBA}{$endif}
{$ifdef mswindows}{$apptype console}{$endif}
uses
{$ifdef FPC}{$ifdef linux}cthreads,{$endif}{$endif}
sysutils;
//compile with -Fcutf8
const
widestringconst = widestring('abc');
begin
end.