Changeset 2077

Show
Ignore:
Timestamp:
09/26/07 06:38:20 (1 year ago)
Author:
alexander
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/livecd-bootscripts/langconf

    r1914 r2077  
    9090         
    9191        # If UTF-8 locale is used, drop any "-m" flag 
     92        # and select a font with Euro, if appropriate 
    9293        case "$F_LANG" in 
    9394        *.UTF-8) 
    9495                F_FONT=${F_FONT% -m*} 
     96                if [ "$F_FONT" = "lat1-16" ] ; then 
     97                        F_FONT=lat0-16 
     98                fi 
    9599                ;; 
    96100        esac 
     
    108112is already in UTF-8, or because you don't want UTF-8), don't fill in 
    109113that field. 
    110 \n\nIn order to enhance Unicode coverage of the Linux console at the 
    111 cost of unavailable bright colors, use the LatArCyrHeb-16 font.\" 0 0 6 \ 
     114\" 0 0 6 \ 
    112115        \"Locale:\" 1 1 \"$F_LANG\" 1 30 40 0 \ 
    113116        \"Console keymap:\" 2 1 \"$F_KEYMAP\" 2 30 40 0 \