Bug 98205

Summary: No rouble currency in Compose table
Product: xorg Reporter: Victor V. Kustov <coyote>
Component: Lib/Xlib (data)Assignee: Xorg Project Team <xorg-team>
Status: RESOLVED MOVED QA Contact: Xorg Project Team <xorg-team>
Severity: enhancement    
Priority: low    
Version: unspecified   
Hardware: Other   
OS: All   
URL: http://unicode-table.com/en/20BD/
Whiteboard:
i915 platform: i915 features:

Description Victor V. Kustov 2016-10-11 13:52:17 UTC
Still 2014 in Unicode 7.0 present rouble currency sign (₽)

Need add compose combination ( "-" + "P" ).
Comment 1 Victor V. Kustov 2016-10-11 14:00:02 UTC
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
index adc24fb..012fdb2 100644
--- a/nls/en_US.UTF-8/Compose.pre
+++ b/nls/en_US.UTF-8/Compose.pre
@@ -190,6 +190,10 @@ XCOMM "₪" U20aa NEW SHEQEL SIGN
 <Multi_key> <equal> <Cyrillic_ES>      : "€"   EuroSign # EURO SIGN
 <Multi_key> <Cyrillic_IE> <equal>      : "€"   EuroSign # EURO SIGN
 <Multi_key> <equal> <Cyrillic_IE>      : "€"   EuroSign # EURO SIGN
+<Multi_key> <P> <minus>                 : "₽"   U20bd # RUBLE-CURRENCY SIGN
+<Multi_key> <minus> <P>                 : "₽"   U20bd # RUBLE-CURRENCY SIGN
+<Multi_key> <p> <minus>                 : "₽"   U20bd # RUBLE-CURRENCY SIGN
+<Multi_key> <minus> <p>                 : "₽"   U20bd # RUBLE-CURRENCY SIGN
 XCOMM "₭" U20ad KIP SIGN
 XCOMM "₮" U20ae TUGRIK SIGN
 XCOMM "₯" U20af DRACHMA SIGN
Comment 2 GitLab Migration User 2018-08-10 20:12:30 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libx11/issues/66.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.