Comment 4 for bug 1905105

Revision history for this message
Cubic PPA (cubic-wizard) wrote :

I think you are on the right track checking your terminal's unicode encoding (https://bugs.launchpad.net/cubic/+bug/1905105/comments/1).

What is the output of the following commands? (Not all will return results.)

    (a)
        $ echo $LC_CTYPE

    (b)
        $ echo $LANG

    (b)
        $ locale

    (c)
        $ locale charmap

    (d)
        $ cat /etc/default/locale

    (e)
        $ cat /etc/rc.conf

    (f)
        $ cat /etc/locale.conf

    (g)
        $ grep "^[^#;]" /etc/locale.gen

    (h)
        $ dpkg -l locales

    (i)
        $ python3 --version

    (j)
        $ python3
        >>> import sys
        >>> sys.version_info
        >>> sys.stdout.encoding
        >>> exit()