[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ANN: terminfo-20160924.src.gz
From: |
Thomas Dickey |
Subject: |
Re: ANN: terminfo-20160924.src.gz |
Date: |
Sun, 9 Oct 2016 07:08:21 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Sep 28, 2016 at 02:19:27PM +0200, Mikulas Patocka wrote:
>
>
> On Sat, 24 Sep 2016, Thomas Dickey wrote:
>
> > Files:
> > ftp://invisible-island.net/ncurses/current/termcap-20160924.src.gz
> > ftp://invisible-island.net/ncurses/current/termcap-20160924.src.gz.asc
> > ftp://invisible-island.net/ncurses/current/terminfo-20160924.src.gz
> > ftp://invisible-island.net/ncurses/current/terminfo-20160924.src.gz.asc
> >
> > 2016-09-24
> > + updated minitel entries to use status line with screen(1), as well as
> > printing special G2 videotex chars like french accentuated glyph
> > using special cap XC= (patch by Alexandre Montaron).
> >
> > --
> > Thomas E. Dickey <address@hidden>
> > http://invisible-island.net
> > ftp://invisible-island.net
>
> Hi
>
> The linux2.6 terminfo entry still contains the string "enacs=\E(B\E)0",
> which makes it unusable with iso-8859-2 locale and most other one-byte
> character sets (except iso-8859-1 and utf-8).
From our previous discussion, it wasn't clear to me why you cannot use
# CONFIGURATION FILE FOR SETUPCON
# Consult the console-setup(5) manual page.
ACTIVE_CONSOLES="/dev/tty[1-6]"
#CHARMAP="UTF-8"
CHARMAP="ISO-8859-2"
CODESET="Lat2"
FONTFACE="Fixed"
FONTSIZE="8x16"
VIDEOMODE=
# The following is an example how to use a braille font
# FONT='lat9w-08.psf.gz brl-8x8.psf'
but it occurred to me that there is a way to have two fonts loaded.
I've started investigating this.
>
> Please remove the enacs string.
>
> According to man console_codes:
> ESC ( B Select default (ISO 8859-1 mapping)
> ESC ( 0 Select VT100 graphics mapping
> ESC ( U Select null mapping - straight to character ROM
> ESC ( K Select user mapping - the map that is loaded by
> the utility mapscrn(8)
>
> The iso-8859-2 locale needs the user mapping "ESC ( K" (this is
> automatically written to all consoles by the setupcon program) - however,
> terminfo incorrectly resets it to iso-8859-1 mapping with "ESC ( B".
>
> Mikulas
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- Re: ANN: terminfo-20160924.src.gz,
Thomas Dickey <=