2

Using Linux Slackware 14.2, KDE. I created a script in Linux with Russian text that I want to output through wall:

#!/bin/bash
wall <<< 'Сообщение'

Instead of text I see the characters codes:

\320\241\320\276\320\276\320\261\321\211\320\265\320\275\320\270\320\265

I added to ~/.bashrc:

locale=C_UTF8

Then did:

$ source ~/.bashrc

But it didn't work. How to fix this?

2
  • Could you find a solution to that problem? I'm facing the same issue and cannot really solve it. Commented Nov 3, 2020 at 17:42
  • @StevenThiel No, but we can ask at linuxquestions. Commented Nov 3, 2020 at 20:03

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.