Problem using umlaut characters in LinuxDC++
I am using Ubuntu 8.04 Hardy Heron and I cannot see Nordic characters such as å, ä & ö in LinuxDC++ (version 1.01). I have found tips on how to to circumvent the problem by typing the following in (I assume) the terminal:
_______
"Type the following command to display the currently installed locales:
locale -a
You will need ISO-8859-1 to display Swedish characters. Type:
sudo dpkg-reconfigure locales
Move down the list and mark "sv_SE ISO-8859-1" with the space button. Press tab and choose "Ok". For the next screen, Default system environment locale, just choose "Ok". Your new locale will now be installed.
Issue the following command to start LinuxDC++ with Swedish locales:
$ env LC_ALL=sv_SE dcpp"
-------
I do not understand however how to mark a list with the space button in the Terminal. Are they perhaps referring to some other kind of interface?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- LinuxDC++ Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Hugo Gundewall for more information if necessary.