Bug#745262: console-setup: Caps lock doesn't take effect on øæå (Danish characters)
On Wed, Aug 13, 2014 at 12:47:26AM +0200, Samuel Thibault wrote:
> >
> > I am unable to reproduce this. What locale do you use? I've tested
> > with LC_ALL=C, LC_ALL=da_DK.utf8 and LC_ALL=da_DK.
>
> Well, whatever the locale, LC_ALL=C for instance, I get only +U+00e6
> +U+00c6, and never +U+00c6 +U+00e6. I've tried both console-setup 1.102
> and 1.111.
I don't like to upgrade the software of my computer too often. I
suppose it is closer to wheezy than to jessie and that's why I don't see
the problem.
What is the output of
perl -e 'printf "%04X - %04X - %04X\n", hex("e6"), ord(lc(pack("U",hex("00e6")))), ord(uc(pack("U",hex("00e6"))));'
It has to be
00E6 - 00E6 - 00C6
Anton Zinoviev
Reply to: