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

Bug#1019009: console-setup-linux: missing compose sequences



Hello,

Jakub Wilk, le sam. 03 sept. 2022 09:45:50 +0200, a ecrit:
> Some compose sequences are not available on the console.
> For example, these two work in X:
> 
> <compose> ' a = á
> <compose> s o = § 
> 
> But on the console, only the former works, even though "§" is supported 
> by my font.

>From ckbcomp:

    if ($charmap) {
        my $file1 = "/etc/console-setup/compose.${charmap}.inc";
        my $file2 = "$installdir/etc/console-setup/compose.${charmap}.inc";
        if (-f $file1) {
            system("cat $file1");
        } elsif (-f $file2) {
            system("cat $file2");
        }
    }

It looks as if the compose files are only included when a non-utf-8
charmap is used?

Perhaps additionally the per-locale compose file should be included?
(and by default, en_US.UTF-8)

Samuel


Reply to: