1

如何从 globalize jQuery 包中编辑 globalize.culture.en-IN.js 文件?ASP.Net 框架将 ₹ 显示为印度货币符号,其中上述 js 文件具有 Rs。作为印度货币,这就是为什么网页上的货币不一致。请建议。

4

3 回答 3

0

Changed the symbol in the third party library (with the permission of the developer). That worked, however, ₹ was getting displayed as box in the charts. Reason to this was that default font of FusionChart is Verdana which still doesn't support ₹ Unicode. Changed it to Arial and now everything working well.

For reference: http://www.fileformat.info/info/unicode/char/20b9/fontsupport.htm

于 2013-09-03T20:13:13.397 回答
0

我不建议从 jQuery 包中更改 js 文件。如果软件包有进一步的更新,您可能必须相应地再次合并您的更改。最好为您的案例编写自己的脚本。

于 2013-07-30T20:27:32.127 回答
-1

WebRupee 是为印度货币提供支持的服务

http://en.wikipedia.org/wiki/Webrupee 查看使用部分。它非常简单

以下链接也有详细的解决方案。

在网站上显示印度货币符号

于 2013-07-30T20:41:30.250 回答