Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8 (Read 1499 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #15
Anything suspicious in your /etc/profile.d ? Like customlocale.sh, for example.

Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #16
Btw, what is that octphelper command? Cannot find any manual. What does it do and why should it be started separately from octopi?

Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #17
Anything suspicious in your /etc/profile.d ? Like customlocale.sh, for example.
no?

/etc/profile.d$ ls
conda.sh        debuginfod.sh      flatpak.csh  freetype2.sh  gawk.sh   gmsh.sh  jre.csh  libreoffice-still.csh  locale.sh       openfoam-8.sh  perlbin.sh
debuginfod.csh  flatpak-bindir.sh  flatpak.sh   gawk.csh      gmsh.csh  gpm.sh   jre.sh   libreoffice-still.sh   opencascade.sh  perlbin.csh

Can you give me a hint on what is suspicious?
Btw, what is that octphelper command? Cannot find any manual. What does it do and why should it be started separately from octopi?
in octopi you can choose terminal update, and that command is executed in the terminal

Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #18
in ~/.bashrc

I found

[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
export LC_ALL=C

Is this the issue?

Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #19
in ~/.bashrc

I found

[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
export LC_ALL=C

Is this the issue?
I don't know if this is good, but below is my .bashrc
Spoiler (click to show/hide)


Re: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8

Reply #21
It seemed to have worked,

Thanks all