[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#250789: Please fix this bug!



Hi,

I'm really annoyed this bug still lives despite my (and Eugeniy's) 
numerous attempts to explain the problem.  Here, I've been receiving 
complaints from users saying that the Turkish characters didn't 
display properly after the installation finished.

Please apply the patch attached and fix this issue.  We haven't even 
give it a try.  I can safely state that I am not expecting problems for 
latin and cyrillic languages.

Regards,

-- 
roktas
--- termwrap.orig	2004-07-24 17:32:51.000000000 +0300
+++ termwrap	2004-07-24 17:35:58.000000000 +0300
@@ -377,51 +377,5 @@
 	esac
 fi
 
+# Run the program.
 $@
-
-# The console font loaded before termwrap started.  No idea how to
-# detect it, so we assume it was ISO-8859-1.
-ORIG_ENCODING="ISO-8859-1"
-ORIG_ACM="iso01"
-ORIG_FONT="lat0-sun16"
-
-case $ENCODING in
-ISO-8859-1)
-	# Nothing to do, using default config
-	;;
-ISO-8859-2)
-	# Unload ISO-8859-2 charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-	;;
-ISO-8859-7)
-	# Unload ISO-8859-7 charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-	;;
-ISO-8859-9)
-	# Unload ISO-8859-9 charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-        ;;
-ISO-8859-13)
-	# Unload ISO-8859-13 charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-	;;
-ISO-8859-15)
-	# Unload ISO-8859-15 charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-	;;
-KOI8-R|KOI8-U)
-	# Unload KOI8-R or KOI8-U charset mapping, by loading ISO-8859-1 instead
-	try_load_charset $ORIG_ENCODING $ORIG_ACM $ORIG_FONT
-	;;
-UTF-8)
-	# Disable UTF-8 in console
-	#if [ "$TERM" = console ] ; then
-	#	echo -ne "\033%@"
-	#else
-	#	: # Nothing to do
-	#fi
-	;;
-*)
-	# Nothing to do
-	;;
-esac

Attachment: signature.asc
Description: Digital signature


Reply to: