Seems like the built in profile at /etc/profile has export LC_CTYPE=C.UTF-8, but is missing export LC_ALL=en_US.UTF-8
The correct would be:
Code:
export LC_CTYPE=C.UTF-8
export LC_ALL=en_US.UTF-8
Since the filesystem is read only you need to add the missing line to /tmp/root/.ashrc that is sourced by /etc/profile if it exists
You can go to Administration -> Commands and add this to startup as a workaround
Seems like the built in profile at /etc/profile has export LC_CTYPE=C.UTF-8, but is missing export LC_ALL=en_US.UTF-8
The correct would be:
Code:
export LC_CTYPE=C.UTF-8
export LC_ALL=en_US.UTF-8
Since the filesystem is read only you need to add the missing line to /tmp/root/.ashrc that is sourced by /etc/profile if it exists
You can go to Administration -> Commands and add this to startup as a workaround