Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE and OpenOffice keyboard problems [solved]
Date: Thu, 11 May 2006 11:05:13
Message-Id: 446317C3.7010803@xs4all.nl
In Reply to: Re: [gentoo-user] KDE and OpenOffice keyboard problems [solved] by Bo Andresen
1 Bo Andresen wrote on 10/05/06 12:55:
2 >>For some strange reason, on my system OpenOffice seems to need the
3 >>locale set to utf8 to work properly with international keyboard layouts.
4 >>Without it, the ' and " keys are dead, working only with AltGr pressed.
5
6 >>I don't understand why, but since I changed my locale to en_US.utf8, the
7 >>quote keys and Open Office work perfectly.
8
9 > Does this not work for you (# means run as root, $ means run as user)?
10 > # localedef -i en_GB -f ISO-8859-15 en_GB.ISO-8859-15
11 > $ LC_ALL=en_GB.ISO-8859-15 oowriter2
12
13 The LC_ALL command above did not work, giving the following error messages:
14
15 I18N: X Window System doesn't support locale "en_GB.ISO-8859-15"
16 Qt: Locales not supported on X server
17
18 Checked out my defined locales with locale -a
19
20 C
21 en_GB
22 en_GB.iso885915
23 en_GB.utf8
24 en_US
25 en_US.iso885915
26 en_US.utf8
27 POSIX
28
29 LC_ALL=en_GB.iso885915 oowriter2 works fine.
30
31 In fact, all the above locales except for C and POSIX work fine in
32 OpenOffice. It seems that OOo does not depend on a utf8 locale, but does
33 needs a local other the C or POSIX.
34
35 Cheers, Dave
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] KDE and OpenOffice keyboard problems [solved] Bo Andresen <bo.andresen@××××.dk>