This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/jupyter.yap
Vitor Santos Costa fe1a677778 support
2016-08-21 23:31:21 -05:00

6 lines
95 B
Prolog

:- if( current_prolog_flag(apple, true) ).
:- putenv( 'LC_CTYPE', 'en_us:UTF-8'),
:- endif.