Hi All,<br>
<br>
  I was looking for adding new Indian Rupee Symbol in Indian Locale i.e. locale with name *_IN<br>
But in some of the locale instead of Symbol, localized name of currency i.e. INR is written<br>
<br>
example:<br>
In bn_IN locale <br>
<br>
int_curr_symbol       &quot;&lt;U0049&gt;&lt;U004E&gt;&lt;U0052&gt;&lt;U0020&gt;&quot;  INR<br>
currency_symbol       &quot;&lt;U099F&gt;&lt;U09BE&gt;&lt;U0995&gt;&lt;U09BE&gt;&quot; টাকা<br>
<br>
here currency_symbol should be ₹ &lt;U20B9&gt;, <br>
<br>
same application for even mr_IN, hi_IN<br>
<br>
see the reference of en_US<br>
int_curr_symbol       USD<br>

currency_symbol       $<br>
<br>
  I will make a patch to update new currency symbol for all the locale with *_IN.<br>
<br>
-<br>
Pravin S<br>
<br>

<br>
<br>
<br>
<br>