Skip to content

Commit

Permalink
use utf8 greek symbol also with cocoa
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Feb 19, 2019
1 parent ddeac2e commit 37823a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skychart/u_util.pas
Expand Up @@ -178,6 +178,7 @@ implementation
{$ifdef lclqt} {$define cdcutf8} {$define greekutf8} {$endif}
{$ifdef lclqt5} {$define cdcutf8} {$define greekutf8} {$endif}
{$ifdef lclcarbon} {$define cdcutf8} {$define greekutf8} {$endif}
{$ifdef lclcocoa} {$define cdcutf8} {$define greekutf8} {$endif}
{$ifdef lclwin32} {$define cdcutf8} {$endif}
{$ifdef lclwin64} {$define cdcutf8} {$endif}

Expand Down

0 comments on commit 37823a6

Please sign in to comment.