Re: Russian vowels with accents
On Thu, Oct 30, 2008 at 3:39 PM, T. S. <((>< <tiborec <at> gmail.com> wrote:
> Hello,
> I'd like to type the russian vowels with acute accent symbol ( ´ )
> over the top of the russian vowels (а е и о у ы э ю я), as one
> character. The problem is, that those characters are not included in
> the current version of Unicode. For now I use instead of them
> characters with diaeresis, but there aren't all of them: ӓ é ӥ ӧ ӱ ӹ
> ӭ, but ю and я are missing.
> Is there any simple way how to add those characters to DejaVu or any
> other font? Or better - how to add these to future version of Unicode?
> I don't have any experience with this.
> Thanks a lot,
> Tibor
DejaVu has the necessary characters in order to display the characters
you are mentioning.
What is needed is support in the input methods to type such characters.
What is missing is a list of those characters that do get diacritic
marks. There has been
a request for these but no reply yet. If you think you can produce
such a list, it would be great.
If you feel like testing, you can create a ~/.XCompose file with contents:
<asterisk> : "Hello, world!"
<dead_diaeresis> <U044F> : "я̈"
Then, in a Terminal window, type
export GTK_IM_MODULE=xim
(Continue reading)