diff options
Diffstat (limited to 'rtl/unix/unixcp.pp')
-rw-r--r-- | rtl/unix/unixcp.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/unix/unixcp.pp b/rtl/unix/unixcp.pp index 5601ee773e..532d9322d5 100644 --- a/rtl/unix/unixcp.pp +++ b/rtl/unix/unixcp.pp @@ -714,7 +714,7 @@ var begin // Get one of non-empty environment variables in the next order: // LC_ALL, LC_CTYPE, LANG. Default is UTF-8 or ASCII. -{$ifdef linux} +{$if defined(linux) or defined(darwin)} Result:=CP_UTF8; {$else} Result:=CP_ASCII; |