mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
* Use cwstring on non-windows
git-svn-id: trunk@41811 -
This commit is contained in:
parent
17aa8da99f
commit
afa9ef279e
@ -1,11 +1,16 @@
|
||||
program testunicode;
|
||||
|
||||
{ Unicode test program using UTF8String }
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$codepage utf8}
|
||||
{$IFNDEF UNIX}
|
||||
{$APPTYPE CONSOLE}
|
||||
{$ENDIF}
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cwstring,
|
||||
{$endif}
|
||||
sysutils, classes, registry;
|
||||
|
||||
Var
|
||||
|
Loading…
Reference in New Issue
Block a user