retitle 410473 'With Euro (latin 9)' option doesn't work for French keymap

The problem with French keymaps is indeed that extra option that's
added: "With Euro (latin 9)"

I suspect it comes from hacks included in console-data.config which,
themselves, come from console-common:

        my $x=system("dpkg --compare-versions $version lt 0.7.25");
        if ($x eq 0 ) {
                unregister ('console-data/keymap/full');
                my ($ret, $val) = metaget 
('console-data/keymap/azerty/french/variant', 'value');
                if ($val eq 'With Euro (latin 0)') {
                        set ('console-data/keymap/azerty/french/variant','With 
Euro (latin 9)');
                }
                subst ('console-data/keymap/azerty/french/variant', 'choices',
                        'Apple USB, PC keyboard (non-US 102 keys), Same as X11 
(latin 1), With Euro (latin 9)');
        }


All this is rather mysterious for me, indeed but is very probably the
consequence of messing up with the fr-latin9/fr-latin0 stuff back in
the past.

-- 


Attachment: signature.asc
Description: Digital signature

Reply via email to