[PATCH] Add additional compose sequences for pound sterling and yen (lower case)

Hans de Goede hdegoede at redhat.com
Mon Sep 26 00:09:41 PDT 2011


Hi,

On 09/26/2011 01:32 AM, Jeremy Huddleston wrote:
>
> https://bugs.freedesktop.org/show_bug.cgi?id=1013
>
> Signed-off-by: Jeremy Huddleston<jeremyhu at apple.com>
> ---
>   nls/en_US.UTF-8/Compose.pre |    4 ++++
>   1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
> index fb64cb9..0e82dcb 100644
> --- a/nls/en_US.UTF-8/Compose.pre
> +++ b/nls/en_US.UTF-8/Compose.pre
> @@ -180,9 +180,13 @@ XCOMM "₵" U20b5 CEDI SIGN
>   <Multi_key>  <c>  <slash>           	: "¢"   cent # CENT SIGN
>   <Multi_key>  <slash>  <c>           	: "¢"   cent # CENT SIGN
>   <Multi_key>  <L>  <minus>           	: "£"   sterling # POUND SIGN
> +<Multi_key>  <l>  <minus>           	: "£"   sterling # POUND SIGN
> +<Multi_key>  <minus>  <l>           	: "£"   sterling # POUND SIGN
>   <Multi_key>  <minus>  <L>           	: "£"   sterling # POUND SIGN
>   <Multi_key>  <Y>  <equal>           	: "¥"   yen # YEN SIGN
> +<Multi_key>  <y>  <equal>           	: "¥"   yen # YEN SIGN
>   <Multi_key>  <equal>  <Y>           	: "¥"   yen # YEN SIGN
> +<Multi_key>  <equal>  <y>           	: "¥"   yen # YEN SIGN
>
>   XCOMM Long S
>   <Multi_key>  <f>  <s>               	: "ſ"   U017f # LATIN SMALL LETTER LONG S

Thanks, looks good. One remark for consistency with the other currency
symbols as well as gtk's compose table, it might be good to also add
sequences for dollar cent using capital C.

Regards,

Hans


More information about the xorg-devel mailing list