You almost certainly have set the wrong character set in your PuTTY settings.
Verify the character set on the remote system by running the command:
locale
This should return something like:
LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
So check your PuTTY settings under Translation and ensure that you have UTF-8
set as the character set.
You may need to tweak the line drawing setting as well, but it is probably not likely.
Related Posts:
- Can you run Docker natively on the new Windows 10 (Ubuntu) bash userspace?
- What exactly are DLL files, and how do they work?
- The application was unable to start correctly (0xc000007b)
- “Couldn’t find a file descriptor referring to the console” on Ubuntu bash on Windows
- ‘npm’ is not recognized as internal or external command, operable program or batch file
- Using putty to scp from windows to Linux
- Difference between xcopy and robocopy
- The filename, directory name, or volume label syntax is incorrect inside batch
- Bat file to run a .exe at the command prompt
- How can I open Java .class files in a human-readable way?
- Opening a remote machine’s Windows C drive
- Why does CreateProcess give error 193 (%1 is not a valid Win32 app)
- Taskkill /f doesn’t kill a process
- Bluescreen on windows 10 after using android emulator
- XCOPY: Overwrite all without prompt in BATCH
- How to install and run the Nmap program through Cygwin in Windows?
- Error: Could not find or load main class net.minecraft.launchwrapper.Launch when launching Minecraft 1.12.2 with Forge
- How to compile C program on command line using MinGW?
- All links in my site start with localhost?
- WordPress database setup Windows 2016 IIS
- How do you find what process is holding a file open in Windows?
- How do I tell Git for Windows where to find my private RSA key?
- How to send ctrl+alt+del using Remote Desktop?
- What’s the command-line utility in Windows to do a reverse DNS look-up?
- Useful Command-line Commands on Windows
- How do you add a Windows environment variable without rebooting?
- hosts file ignored, how to troubleshoot?
- How to refresh hosts file without rebooting
- How to sleep in a batch file?
- Resolve host name from IP address
- Run a .bat file in a scheduled task without a window
- Command line to list users in a Windows Active Directory group?
- What is Active Directory Domain Services and how does it work?
- Is there a global, persistent CMD history?
- How do I diff two text files in Windows Powershell?
- In Windows, using the command line, how do you check if a remote port is open?
- Does Windows have a built-in ZIP command for the command line?
- How does CTRL-ALT-DEL to log in make Windows more secure?
- How to check if a port is blocked on a Windows machine?
- How do I force sync the time on Windows Workstation or Server?
- How do I create a symbolic link in Windows?
- Best practice: Should I always install a fresh OS for new employees?
- How can I tell what version of IIS is installed?
- Where can I find data stored by a Windows Service running as “Local System Account”?
- How can I connect to a Windows server using a Command Line Interface? (CLI)
- Windows server last reboot time
- Windows Active Directory naming best practices?
- Why hasn’t rsync caught on in the Windows world? [closed]
- Boot and Install Windows from a USB thumb drive
- How to delete cached temporarily credentials for a network share on a Windows machine without rebooting or logging off [duplicate]
- How do you free up a port being held open by dead process?
- What is the Windows equivalent of Unix “whoami” command?
- How to configure a Windows machine to allow file sharing with a DNS alias
- Alternatives to Splunk?
- How to install OpenSSL in windows 10?
- How to add to the PYTHONPATH in Windows, so it finds my modules/packages?
- ‘git’ is not recognized as an internal or external command
- How can I completely uninstall nodejs, npm and node in Ubuntu [closed]
- How to install python3 version of package via pip on Ubuntu?
- Docker error : no space left on device
- How to run a PowerShell script
- javac not working in windows command prompt
- “OverflowError: Python int too large to convert to C long” on windows but not mac
- ‘pip3’ is not recognized as an internal or external command, operable program or batch file
- git clone: Authentication failed for
- Command ‘ls’ not working in command prompt
- gpg: no valid OpenPGP data found
- What is the ASCII Code of ½?
- Docker for Windows error: “Hardware assisted virtualization and data execution protection must be enabled in the BIOS”
- Why Local Users and Groups is missing in Computer Management on Windows 10 Home?
- E: Unable to locate package mongodb-org
- Package php5 have no installation candidate (Ubuntu 16.04)
- The program can’t start because libgcc_s_dw2-1.dll is missing
- Is there a good Valgrind substitute for Windows?
- Making a countdown timer in C++
- Telnet [Unable to connect to remote host: Connection refused]
- CMake : C and CXX compiler identification is unknown Win10 CMakeGUI
- Terminal Multiplexer for Microsoft Windows – Installers for GNU Screen or tmux
- Curl : connection refused
- How to install Android SDK on Ubuntu?
- how to open Jupyter notebook in chrome on windows
- Putty vs WinSCP
- MySQL: How to reset or change the MySQL root password?
- Bash export command
- How to edit gitignore file
- Adding a new entry to the PATH variable in ZSH
- Windows batch – concatenate multiple text files into one
- Where do you usually have your DirectX SDK folder?
- Using %PROGRAMFILES(x86)% on Windows OS 32bit
- Saving the PuTTY session logging
- php exec() is not executing the command
- How can tune MySQL for WordPress sites?
- Is XAMPP faster than running LAMP in WSL on Windows 10? [closed]
- WordPress fails to install with “Can’t Select Database” Error (WAMPServer)
- All pages lead to home
- Remove index.php from WP 8.0 install migrated to IIS from Apache (still detecting Apache server)?
- Job scheduling using crontab, what will happen when computer is shutdown during that time?
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How to determine JAVA_HOME on Debian/Ubuntu?
- How to start/stop iptables on Ubuntu?