I followed the advice in Greek Accented Vowels Howto sticky thread and now I can perfectly well Alt-Shift and write in Greek. I can also write accented Greek in aMule, for instance.
What I can't do is write accented Greek in Opera, or Konqueror. Greek is ok, but when I press the accent key <;> and a letter it doesn't come up. Pressing it again gives me the apostrophe. Clearly I need to do something more but what? BTW, I'm not interested in console Greek for the moment, just X.
Here's the output of locale
Code: Select all
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=
LC_CTYPE=el_GR
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE=el_GR
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=Code: Select all
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
de_DE
de_DE@euro
en_HK
en_PH
en_US
en_US.utf8
es_MX
fa_IR
fr_FR
fr_FR@euro
it_IT
ja_JP
ja_JP.eucjp
ja_JP.utf8Code: Select all
export LC_CTYPE="el_GR"
export LC_COLLATE="el_GR"Ευχαριστώ πολύ,
/coralsaw


