15 lines
472 B
Text
15 lines
472 B
Text
$NetBSD: patch-ap,v 1.1 2007/03/18 20:59:36 markd Exp $
|
|
|
|
Asian font selection issues fix from Dirk Mueller
|
|
|
|
--- src/kernel/qfontdatabase.cpp.orig 2007-02-03 03:01:13.000000000 +1300
|
|
+++ src/kernel/qfontdatabase.cpp
|
|
@@ -554,7 +554,7 @@ static const unsigned short sample_chars
|
|
// GeometricSymbols,
|
|
{ 0x2500, 0x0 },
|
|
// MiscellaneousSymbols,
|
|
- { 0x2640, 0x0 },
|
|
+ { 0x2640, 0x2714, 0x0 },
|
|
// EnclosedAndSquare,
|
|
{ 0x2460, 0x0 },
|
|
// Braille,
|