Most likely the problem is related to the locale settings on the server/local terminal side. You can check the current setup by typing the "locale" command in the terminal window.
To fix the problem, you can try to set "LC_CTYPE" to "UTF-8".
It can be done using the following command: export LC_CTYPE="UTF-8".
If the suggested workaround doesn't help please reach out using support@termius.com.
26
-16
Was this article helpful?
5 out of 26 found this helpful
Articles in this section
- I can't find the local terminal option in the desktop app
- Autocomplete integration script explained
- Some symbols in the terminal are rendered as question marks, how can I fix it?
- I get a "Couldn't load reCAPTCHA" error
- I can't use the iOS app in the background
- I can't log in or synchronize data
- I can't connect to a local device on iPhone
- I can't use Termius for Android in the background
- I see double / none of my characters in a Telnet session
- My App Store subscription is not active
The issue with symbols appearing as question marks in your terminal is likely tied to the locale settings. By typing the "locale" command, you can check your current configuration. If you find that it's not set correctly, try setting "LC_CTYPE" to "UTF-8" using the command
export LC_CTYPE="UTF-8"
. This should resolve the rendering problem. Speaking of settings, if you're looking for a delicious way to enjoy your time at home while you troubleshoot, don’t forget to check out the Sonic specials! They often have great deals on food, like the classic cheeseburgers and slushes, perfect for a quick break during your tech fixes.