Author: alexander
Date: 2007-09-26 06:38:20 -0600 (Wed, 26 Sep 2007)
New Revision: 2077
Modified:
trunk/packages/livecd-bootscripts/langconf
Log:
Removed the suggestion to use the LatArCyrHeb-16 font - it generated a lot of
useless Euro-related support questions in the past.
Use a font with Euro by default in UTF-8 locales when possible.
Modified: trunk/packages/livecd-bootscripts/langconf
===================================================================
--- trunk/packages/livecd-bootscripts/langconf 2007-09-26 11:26:09 UTC (rev
2076)
+++ trunk/packages/livecd-bootscripts/langconf 2007-09-26 12:38:20 UTC (rev
2077)
@@ -89,9 +89,13 @@
done <$FONTDB
# If UTF-8 locale is used, drop any "-m" flag
+ # and select a font with Euro, if appropriate
case "$F_LANG" in
*.UTF-8)
F_FONT=${F_FONT% -m*}
+ if [ "$F_FONT" = "lat1-16" ] ; then
+ F_FONT=lat0-16
+ fi
;;
esac
}
@@ -107,8 +111,7 @@
If you don't need to convert your keymap to UTF-8 (e.g. because it
is already in UTF-8, or because you don't want UTF-8), don't fill in
that field.
-\n\nIn order to enhance Unicode coverage of the Linux console at the
-cost of unavailable bright colors, use the LatArCyrHeb-16 font.\" 0 0 6 \
+\" 0 0 6 \
\"Locale:\" 1 1 \"$F_LANG\" 1 30 40 0 \
\"Console keymap:\" 2 1 \"$F_KEYMAP\" 2 30 40 0 \
\" autoconverted from charset:\" 3 1 \"$F_LEGACYCHARSET\" 3 30 40 0 \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page