On sbcl:
(length "⍳⍳⍳")
3
On lispworks's UI:
(length "⍳⍳⍳")
3
On lispworks' console:
(length "⍳⍳⍳")
9
What is the proper way to make lispworks' console's default external format to utf-8, as it is in its gui?
Note: "⍳" is ninth letter of the Greek alphabet aka "iota". Lispworks on linux, using xterm; setting LC_CTYPE=en_US.UTF-8 doesn't change the behavior.
(length "⍳⍳⍳")
3
On lispworks's UI:
(length "⍳⍳⍳")
3
On lispworks' console:
(length "⍳⍳⍳")
9
What is the proper way to make lispworks' console's default external format to utf-8, as it is in its gui?
Note: "⍳" is ninth letter of the Greek alphabet aka "iota". Lispworks on linux, using xterm; setting LC_CTYPE=en_US.UTF-8 doesn't change the behavior.