From Fedora Project Wiki
(→‎Summary: improve the wording)
(→‎Summary: move unicode point to detailed description)
Line 6: Line 6:


== Summary ==
== Summary ==
This feature adds support for the new Unicode character "Rupee Sign" (U20B9 code point).  Users with the appropriate keymaps will be able to input the rupee sign with the key combination <Alt_R + 4>.
This feature adds support for the new Unicode character "Rupee Sign".  Users with the appropriate keymaps will be able to input the rupee sign with the key combination <Alt_R + 4>.


== Owner ==
== Owner ==

Revision as of 04:10, 1 February 2011


Rupee Sign

Summary

This feature adds support for the new Unicode character "Rupee Sign". Users with the appropriate keymaps will be able to input the rupee sign with the key combination <Alt_R + 4>.

Owner

  • Email: pnemade@fedoraproject.org, pravins@fedoraproject.org

Current status

  • Targeted release: Fedora 15
  • Last updated: 2011-01-17
  • Percentage of completion: 90%


Detailed Description

As this new [currency symbol] is getting used everywhere (banks, financial institutions and many other organizations), we need to have some input method so that people can type it. This feature will enable the functionality to type this rupee sign by using key combination <Alt_R + 4>

Xkeyboard-config upstream is more interested to add xkb option for rupee sign instead of new keymap variant. But, this new keymap variant is going to be the default variant in India. New hardware keyboards will get the same new keymap variant(India English with RupeeSign) added under India country. So, upstream added rupee sign as a xkb option as well as a new keyboard variant. Discussion about this can be seen at [bug30236]

Benefit to Fedora

This feature will add first rupee sign into Lohit Devanagari font. Then to type it exactly using <Alt_R + 4> key combination, m17n-lib and ibus-m17n need to handle AltGr modifier (ALT_R key). If people want to use the same English layout with rupee sign then new xkeyboard-config will give them new xkb layout "India English with RupeeSign"

Scope

This feature depends on modification to following packages

  • lohit-*-fonts :- Add new Unicode approved rupee sign character on U20B9 code point in all Lohit series fonts.
  • m17n-lib :- Needs to handle AltGr key modifier support to handle <Alt_R + 4> to input rupee sign.
  • ibus-m17n :- Needs to handle AltGr key modifier support to handle <Alt_R + 4> to input rupee sign.
  • xkeyboard-config :- Add new xkb keymap "India English with RupeeSign" for country India as well as new currency option so that users who only want to add rupee sign to their existing keymap.

How To Test

First we need to check whether rupee sign character is showing up correctly in gucharmap. If not present then update the required lohit series font to get this rupee symbol.

then one can use rupee symbol by enabling it using following steps

1) Go to System-> Preferences -> Keyboard

2) Click on Layouts tab and then on Add button

3) Select Country as "India" and Variants as "India English with RupeeSign"

4) Then on same Layouts tab, click on "Options" button

5) search for "key to choose 3rd level" and enable checkbox "Right Alt"

Above steps will give you the same English keyboard with rupee symbol added. Once you done with above steps, switch xkb map from US to IND and you can use rupee symbol by typing Alt_R+4 keys.

In case, If you don't want to use xkb map "India English with RupeeSign" and also want to use rupee symbol in m17n maps then you need to enable it globally using following steps

1) Go to System-> Preferences -> Keyboard

2) Then on the Layouts tab, click on "Options" button

3) search for "key to choose 3rd level" and enable checkbox "Right Alt"

4) also search for "Adding currency signs to certain keys" and enable checkbox "Rupee on 4"

You can type rupee symbol using Alt_R+4 keys anywhere in desktop applications.

User Experience

Users who want to use rupee sign need to either add a new xkb keymap or just add a new currency option that will add rupee symbol to their current keyboard layout. Users need to use gnome-keyboard-properties to add this currency sign.

Dependencies

This feature depends on modification to following packages

  • lohit-devanagari-fonts (done in 2.4.3-7.fc15)
  • lohit-assamese-fonts
  • lohit-bengali-fonts
  • lohit-gujarati-fonts
  • lohit-kannada-fonts
  • lohit-malayalam-fonts
  • lohit-oriya-fonts
  • lohit-punjabi-fonts
  • lohit-tamil-fonts
  • lohit-telugu-fonts
  • m17n-lib (done in 1.6.2-1.fc15)
  • ibus-m17n (done in f15 long time back)
  • xkeyboard-config (done in 2.0-2.fc15)

Contingency Plan

Documentation

No specific documentation should be needed.

Release Notes

  • Government of India has got a new currency symbol which got Unicode point at U20B9. This feature will add the functionality to input this new symbol.

Comments and Discussion