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