Skip to content

Address #139: Set terminal format to :locale

Raymond Toy requested to merge issue-139-set-terminal-to-utf8 into master

Set sys:*stdin*, sys:*stdout*, sys:*stderr* and sys:*tty* to use an external format of :utf-8 by default. This is the default in case :locale doesn't work.

On startup, use the :locale external format to set the format for the system encodings.

Merge request reports