Author |
Message |
hightime
|
|
|
Post subject: [Solved] characters display incorrectly
Posted: 16.09.2010, 14:58
|
|

Joined: 2010-09-11
Posts: 14
Location: USA
Status: Offline
|
|
On my fresh install of aptosid 2010-02 some characters display incorrectly on the screen. For example, reading the man page for apt-cache there is a list under the "stats" section. All the bullets display as uppercase "A" with a circumflex accent. Also, ncurses screens (like you see running dpkg reconfigure) display with a row of lowercase "a" with circumflex accents around the edge instead on lines.
Is this a locale setting problem? My default locale is set to en_US.utf8. Does anyone know how to fix this? |
Last edited by hightime on 16.09.2010, 16:15; edited 1 time in total
|
|
|
|
 |
hightime
|
|
Post subject: RE: characters display incorrectly
Posted: 16.09.2010, 15:22
|
|

Joined: 2010-09-11
Posts: 14
Location: USA
Status: Offline
|
|
Additional info. It appears to be a problem in konsole. Characters display correctly in xterm. |
|
|
|
|
 |
devil
|
|
Post subject: RE: characters display incorrectly
Posted: 16.09.2010, 15:42
|
|

Joined: 2010-08-26
Posts: 491
Location: Berlin
Status: Offline
|
|
that sounds like a problem with the encoding. but konsole should have utf-8 set as default. please check that.
greetz
devil |
|
|
|
|
 |
se7en
|
|
Post subject: RE: characters display incorrectly
Posted: 16.09.2010, 15:49
|
|

Joined: 2010-09-11
Posts: 164
Status: Offline
|
|
might be the same problem here.
tree -h /media/Music/se7en/Yo\ La\ Tengo/
output in the console looks normal
|-- [4.0K] 1986 - Ride The Tiger
| |-- [3.3M] 01 - The Cone Of Silence.mp3
| |-- [3.3M] 02 - Big Sky.mp3
| |-- [4.9M] 03 - The Evil That Men Do.mp3
but if I send it -o output.txt it tunes into
|-- [4.0K] [01;34m1986 - Ride The Tiger[00m
| |-- [3.3M] [01;32m01 - The Cone Of Silence.mp3[00m
| |-- [3.3M] [01;32m02 - Big Sky.mp3[00m
| |-- [4.9M] [01;32m03 - The Evil That Men Do.mp3[00m |
_________________ Don't mention the war!
Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen!
|
|
|
|
 |
hightime
|
|
Post subject:
Posted: 16.09.2010, 16:12
|
|

Joined: 2010-09-11
Posts: 14
Location: USA
Status: Offline
|
|
Encoding was set to UTF-8.
I closed and re-opened konsole and it works correctly. Logout and back in and the problem is back.
I have KDE set to restore a manually saved session so I saved the session again after restarting konsole and now it is working. Something must have gotten corrupted in the old saved session. |
|
|
|
|
 |
|
Post subject: RE: characters display incorrectly
Posted: 16.09.2010, 16:13
|
|
Team Member

Joined: 2010-08-26
Posts: 170
|
|
x-un-i@comus-64:~$ tree -h
bash: tree: command not found |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
|
|
|
 |
se7en
|
|
Post subject: RE: characters display incorrectly
Posted: 16.09.2010, 16:15
|
|

Joined: 2010-09-11
Posts: 164
Status: Offline
|
|
apt-get install tree  |
_________________ Don't mention the war!
Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen!
|
|
|
|
 |
|
Post subject: Re: RE: characters display incorrectly
Posted: 16.09.2010, 16:17
|
|
Team Member

Joined: 2010-08-26
Posts: 170
|
|
hightime wrote:
Additional info. It appears to be a problem in konsole. Characters display correctly in xterm.
check that u have console-terminus installed and set the font with
Code:
dpkg-reconfigure console-setup
|
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
|
|
|
 |
|
Post subject: Re: RE: characters display incorrectly
Posted: 16.09.2010, 16:19
|
|
Team Member

Joined: 2010-08-26
Posts: 170
|
|
se7en wrote:
apt-get install tree
you should read the man page and no i will not install it |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
|
|
|
 |
|
Post subject: RE: Re: RE: characters display incorrectly
Posted: 16.09.2010, 17:20
|
|
Moderator

Joined: 2010-09-11
Posts: 469
|
|
(se7en, this is not same problem. in your case [00m .etc, are escapte sequence for
changing color in console output) |
|
|
|
|
 |
|