All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: Gonglei <arei.gonglei@huawei.com>, Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-trivial@nongnu.org, Wang Xin <wangxinxin.wang@huawei.com>,
	qemu-devel@nongnu.org, peter.huangpeng@huawei.com
Subject: Re: [Qemu-trivial] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap
Date: Mon, 16 Feb 2015 12:12:48 +0300	[thread overview]
Message-ID: <54E1B490.60805@msgid.tls.msk.ru> (raw)
In-Reply-To: <54E1AFF2.2070706@huawei.com>

16.02.2015 11:53, Gonglei wrote:

> Both "numbersign" and "numerosign" needed. Although they have the same
> keymap characters, their keysym in vnc_keysym.h are different:
> 
> static const name2keysym_t name2keysym[]={
> ...
>      { "numbersign",           0x023},
> ...
>     +{"numerosign",                    0x06b0},  /* U+2116 NUMERO SIGN */
> ...
> Please see the provenance:
>  http://www.cl.cam.ac.uk/~mgk25/ucs/keysymdef.h
> #define XK_numbersign                    0x0023  /* U+0023 NUMBER SIGN */
> #define XK_numerosign                    0x06b0  /* U+2116 NUMERO SIGN */

Oh.  That's funny.  "Number sign" is actually just a hash character - #.
While numero sign is this -- №.  So yes, okay, both are neecessary indeed.
And yes, this "numero sign" (named after french word) is used in russia.

Thanks,

/mjt


WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: Gonglei <arei.gonglei@huawei.com>, Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-trivial@nongnu.org, Wang Xin <wangxinxin.wang@huawei.com>,
	qemu-devel@nongnu.org, peter.huangpeng@huawei.com
Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap
Date: Mon, 16 Feb 2015 12:12:48 +0300	[thread overview]
Message-ID: <54E1B490.60805@msgid.tls.msk.ru> (raw)
In-Reply-To: <54E1AFF2.2070706@huawei.com>

16.02.2015 11:53, Gonglei wrote:

> Both "numbersign" and "numerosign" needed. Although they have the same
> keymap characters, their keysym in vnc_keysym.h are different:
> 
> static const name2keysym_t name2keysym[]={
> ...
>      { "numbersign",           0x023},
> ...
>     +{"numerosign",                    0x06b0},  /* U+2116 NUMERO SIGN */
> ...
> Please see the provenance:
>  http://www.cl.cam.ac.uk/~mgk25/ucs/keysymdef.h
> #define XK_numbersign                    0x0023  /* U+0023 NUMBER SIGN */
> #define XK_numerosign                    0x06b0  /* U+2116 NUMERO SIGN */

Oh.  That's funny.  "Number sign" is actually just a hash character - #.
While numero sign is this -- №.  So yes, okay, both are neecessary indeed.
And yes, this "numero sign" (named after french word) is used in russia.

Thanks,

/mjt

  reply	other threads:[~2015-02-16  9:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-16  4:00 [Qemu-trivial] [PATCH 0/2] Fix key 'numerosign' missing in Russian keyboard arei.gonglei
2015-02-16  4:00 ` [Qemu-devel] " arei.gonglei
2015-02-16  4:00 ` [Qemu-trivial] [PATCH 1/2] qemu-char: add cyrillic characters 'numerosign' to VNC keysyms arei.gonglei
2015-02-16  4:00   ` [Qemu-devel] " arei.gonglei
2015-02-16  4:00 ` [Qemu-trivial] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap arei.gonglei
2015-02-16  4:00   ` [Qemu-devel] " arei.gonglei
2015-02-16  8:28   ` [Qemu-trivial] " Gerd Hoffmann
2015-02-16  8:28     ` [Qemu-devel] " Gerd Hoffmann
2015-02-16  8:33     ` [Qemu-trivial] " Michael Tokarev
2015-02-16  8:33       ` [Qemu-devel] " Michael Tokarev
2015-02-16  8:53       ` [Qemu-trivial] " Gonglei
2015-02-16  8:53         ` [Qemu-devel] " Gonglei
2015-02-16  9:12         ` Michael Tokarev [this message]
2015-02-16  9:12           ` Michael Tokarev
2015-02-16 10:18         ` [Qemu-trivial] " Gerd Hoffmann
2015-02-16 10:18           ` [Qemu-devel] " Gerd Hoffmann
2015-02-16 10:27           ` [Qemu-trivial] " Michael Tokarev
2015-02-16 10:27             ` [Qemu-devel] " Michael Tokarev
2015-02-16 11:02             ` [Qemu-trivial] " Gerd Hoffmann
2015-02-16 11:02               ` [Qemu-devel] " Gerd Hoffmann
2015-02-25  7:20               ` [Qemu-trivial] " Gonglei
2015-02-25  7:20                 ` [Qemu-devel] " Gonglei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E1B490.60805@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=arei.gonglei@huawei.com \
    --cc=kraxel@redhat.com \
    --cc=peter.huangpeng@huawei.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=wangxinxin.wang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.