Blame SOURCES/kbd-1.15-unicode_start.patch

55a0e2
diff -up kbd-1.15.2/src/unicode_start.orig kbd-1.15.2/src/unicode_start
55a0e2
--- kbd-1.15.2/src/unicode_start.orig	2011-01-05 13:28:22.079662644 +0100
55a0e2
+++ kbd-1.15.2/src/unicode_start	2011-01-05 13:29:01.327353698 +0100
55a0e2
@@ -72,6 +72,9 @@ stty iutf8
55a0e2
 # have a Unicode map attached, or explicitly specified, e.g.,
55a0e2
 # by giving `def.uni' as a second argument.
55a0e2
 
55a0e2
+DEFAULT_UNICODE_FONT=latarcyrheb-sun16
55a0e2
+# Also drdos8x16 is a good candidate.
55a0e2
+
55a0e2
 case "$#" in
55a0e2
 	2)
55a0e2
 		setfont "$1" -u "$2"
55a0e2
@@ -80,6 +83,7 @@ case "$#" in
55a0e2
 		setfont "$1"
55a0e2
 		;;
55a0e2
 	0)
55a0e2
+		setfont $DEFAULT_UNICODE_FONT
55a0e2
 		;;
55a0e2
 	*)
55a0e2
 		echo "usage: unicode_start [font [unicode map]]"