From 75aa2968f0f163de99d20d15ca7eb9accc5c0102 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 23 May 2013 00:36:44 -0500 Subject: Fix incorrect characters. --- charselectapplet/charselectapplet.cpp | 2 +- kcalc/kcalc_button.cpp | 2 +- khexedit/lib/kbuffercolumn.cpp | 4 ++-- klaptopdaemon/linux/bulkmem.h | 2 +- klaptopdaemon/linux/cs.h | 2 +- klaptopdaemon/linux/cs_types.h | 2 +- klaptopdaemon/linux/k_compat.h | 2 +- klaptopdaemon/linux/ss.h | 2 +- superkaramba/src/karamba_python.cpp | 2 +- superkaramba/src/menu_python.cpp | 2 +- superkaramba/src/misc_python.cpp | 2 +- superkaramba/src/misc_python.h | 2 +- superkaramba/src/themefile.cpp | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index 368f311..9730560 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -64,7 +64,7 @@ CharSelectApplet::CharSelectApplet(const TQString& configFile, Type type, int ac c->setGroup("General"); cell_width = c->readNumEntry("CellWidth", cell_width); cell_height = c->readNumEntry("CellHeight", cell_height); - TQString characters = c->readEntry("Characters", "������ߩ��"); + TQString characters = c->readEntry("Characters", "ÄäÖöÜüß©®§"); // setup layout TQHBoxLayout *_layout = new TQHBoxLayout(this); diff --git a/kcalc/kcalc_button.cpp b/kcalc/kcalc_button.cpp index dd62821..058ff0e 100644 --- a/kcalc/kcalc_button.cpp +++ b/kcalc/kcalc_button.cpp @@ -151,7 +151,7 @@ void KSquareButton::paintLabel(TQPainter *paint) paint->drawLine(w2 + 27, 1 + h2, w2 + 27, 4 + h2); // add a three for the cube root if (_mode_flags & ModeInverse) { - paint->drawText(w2-2, 9 + h2, TQString("�")); + paint->drawText(w2-2, 9 + h2, TQString("³")); } } diff --git a/khexedit/lib/kbuffercolumn.cpp b/khexedit/lib/kbuffercolumn.cpp index 34116e0..dc2046e 100644 --- a/khexedit/lib/kbuffercolumn.cpp +++ b/khexedit/lib/kbuffercolumn.cpp @@ -427,13 +427,13 @@ void TDEBufferColumn::paintPositions( TQPainter *P, int Line, KSection Pos ) // falls Marking nicht mehr gebuffert und noch zu erwarten if( HasMarking && Marking.endsBefore(IndizesPart.start()) ) { - // erhebe n�chste Markierung im Bereich + // erhebe nächste Markierung im Bereich HasMarking = isMarked( IndizesPart, &Marking, &MarkingFlag ); } // falls Selection nicht mehr gebuffert und noch zu erwarten if( HasSelection && Selection.endsBefore(IndizesPart.start()) ) { - // erhebe n�chste Selection im Bereich + // erhebe nächste Selection im Bereich HasSelection = isSelected( IndizesPart, &Selection, &SelectionFlag ); } diff --git a/klaptopdaemon/linux/bulkmem.h b/klaptopdaemon/linux/bulkmem.h index 51f1d92..fc5bfa2 100644 --- a/klaptopdaemon/linux/bulkmem.h +++ b/klaptopdaemon/linux/bulkmem.h @@ -17,7 +17,7 @@ * . Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * - * Contributor: Apple Computer, Inc. Portions � 2000 Apple Computer, + * Contributor: Apple Computer, Inc. Portions (C) 2000 Apple Computer, * Inc. All rights reserved. * * Alternatively, the contents of this file may be used under the diff --git a/klaptopdaemon/linux/cs.h b/klaptopdaemon/linux/cs.h index 1eed7de..eb0b54b 100644 --- a/klaptopdaemon/linux/cs.h +++ b/klaptopdaemon/linux/cs.h @@ -15,7 +15,7 @@ * . Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * - * Contributor: Apple Computer, Inc. Portions � 2000 Apple Computer, + * Contributor: Apple Computer, Inc. Portions (C) 2000 Apple Computer, * Inc. All rights reserved. * * Alternatively, the contents of this file may be used under the diff --git a/klaptopdaemon/linux/cs_types.h b/klaptopdaemon/linux/cs_types.h index b18f7f8..9de6b3a 100644 --- a/klaptopdaemon/linux/cs_types.h +++ b/klaptopdaemon/linux/cs_types.h @@ -15,7 +15,7 @@ * . Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * - * Contributor: Apple Computer, Inc. Portions � 2000 Apple Computer, + * Contributor: Apple Computer, Inc. Portions (C) 2000 Apple Computer, * Inc. All rights reserved. * * Alternatively, the contents of this file may be used under the diff --git a/klaptopdaemon/linux/k_compat.h b/klaptopdaemon/linux/k_compat.h index 5a68e55..9cbda32 100644 --- a/klaptopdaemon/linux/k_compat.h +++ b/klaptopdaemon/linux/k_compat.h @@ -14,7 +14,7 @@ . Portions created by David A. Hinds are Copyright (C) 1999 David A. Hinds. All Rights Reserved. - Contributor: Apple Computer, Inc. Portions � 2000 Apple Computer, + Contributor: Apple Computer, Inc. Portions (C) 2000 Apple Computer, Inc. All rights reserved. Alternatively, the contents of this file may be used under the diff --git a/klaptopdaemon/linux/ss.h b/klaptopdaemon/linux/ss.h index d6ec6da..6f0c469 100644 --- a/klaptopdaemon/linux/ss.h +++ b/klaptopdaemon/linux/ss.h @@ -15,7 +15,7 @@ * . Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * - * Contributor: Apple Computer, Inc. Portions � 2000 Apple Computer, + * Contributor: Apple Computer, Inc. Portions (C) 2000 Apple Computer, * Inc. All rights reserved. * * Alternatively, the contents of this file may be used under the diff --git a/superkaramba/src/karamba_python.cpp b/superkaramba/src/karamba_python.cpp index 969a278..5e64ed7 100644 --- a/superkaramba/src/karamba_python.cpp +++ b/superkaramba/src/karamba_python.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Hans Karlsson * Copyright (C) 2003-2004 Adam Geitgey -* Copyright (c) 2004 Petri Damst� +* Copyright (c) 2004 Petri Damstén * Copyright (c) 2004 Luke Kenneth Casson Leighton * * This file is part of SuperKaramba. diff --git a/superkaramba/src/menu_python.cpp b/superkaramba/src/menu_python.cpp index fb103ac..5d80a75 100644 --- a/superkaramba/src/menu_python.cpp +++ b/superkaramba/src/menu_python.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Hans Karlsson * Copyright (C) 2003-2004 Adam Geitgey -* Copyright (c) 2004 Petri Damst�n +* Copyright (c) 2004 Petri Damstén * * This file is part of SuperKaramba. * diff --git a/superkaramba/src/misc_python.cpp b/superkaramba/src/misc_python.cpp index e4a6fa4..06b679d 100644 --- a/superkaramba/src/misc_python.cpp +++ b/superkaramba/src/misc_python.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Hans Karlsson * Copyright (C) 2003-2004 Adam Geitgey -* Copyright (C) 2004 Petri Damst� +* Copyright (C) 2004 Petri Damstén * Copyright (C) 2004, 2005 Luke Kenneth Casson Leighton * * This file is part of SuperKaramba. diff --git a/superkaramba/src/misc_python.h b/superkaramba/src/misc_python.h index 1e8cab3..6ccbd7f 100644 --- a/superkaramba/src/misc_python.h +++ b/superkaramba/src/misc_python.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Hans Karlsson * Copyright (C) 2003-2004 Adam Geitgey -* Copyright (C) 2004 Petri Damst� +* Copyright (C) 2004 Petri Damstén * Copyright (C) 2004,2005 Luke Kenneth Casson Leighton * * This file is part of SuperKaramba. diff --git a/superkaramba/src/themefile.cpp b/superkaramba/src/themefile.cpp index 04020a6..8cf3b92 100644 --- a/superkaramba/src/themefile.cpp +++ b/superkaramba/src/themefile.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Hans Karlsson * Copyright (C) 2003-2004 Adam Geitgey -* Copyright (c) 2004 Petri Damst� +* Copyright (c) 2004 Petri Damstén * * This file is part of SuperKaramba. * -- cgit v1.2.3