[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    qt-copy: Fix for konsole's character mess?
From:       Matthias Posseldt <matthi () gmx ! li>
Date:       2002-07-21 11:40:16
[Download RAW message or body]

Hi all,

some people are having problems with qt-copy 3.0.6 snapshot and konsole. 
Graphical symbols aren't displayed correctly. With qt 3.0.4 everything 
works normally. Since then qfont_x11.cpp was changed, and some 
Unicode-related commits are made.

This small patch reverts one of the changes responsible for konsole's 
character mess. I don't know the intention of the original changes, so 
please consider it a q'n'd hack. Maybe konsole should be fixed instead.

Ciao, Matthias
["qfont_x11.cpp-GeometricSymbols.patch" (text/x-diff)]

--- qfont_x11.cpp.orig	2002-07-13 14:41:12.000000000 +0200
+++ qfont_x11.cpp	2002-07-21 12:33:53.000000000 +0200
@@ -2280,7 +2280,7 @@
     case QFont::NumberForms:               row = 0x21; cell = 0x5b; break;
     case QFont::MathematicalOperators:     row = 0x22; cell = 0x2b; break;
     case QFont::TechnicalSymbols:          row = 0x24; cell = 0x40; break;
-    case QFont::GeometricSymbols:          row = 0x25; cell = 0xa1; break;
+    case QFont::GeometricSymbols:          row = 0x25; cell = 0x00; break;
     case QFont::MiscellaneousSymbols:      row = 0x26; cell = 0x00; break;
     case QFont::EnclosedAndSquare:         row = 0x24; cell = 0x60; break;
     case QFont::Braille:                   row = 0x28; cell = 0x00; break;

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic