6 lines
95 B
Prolog
6 lines
95 B
Prolog
:- if( current_prolog_flag(apple, true) ).
|
|
|
|
:- putenv( 'LC_CTYPE', 'en_us:UTF-8'),
|
|
|
|
:- endif.
|