2

I did some modifications on the code for a nopcommerce project and after I published the changes the euro sign was changed to some other sign not understandable for us. What can be the reason for that since no changes occured in that part of the website.

Please take a look at this page for reference:

Example image: http://gyazo.com/9b57d307ba597b9ed689889f5ee4bc85.png?1343658375

So instead of 'Ђ' character there should be '€'

Thanks, Angel

4

1 に答える 1

2

シンボルを使用する代わりに、html エンティティを試してください。この場合€、これは € 記号です。その他のエンティティについては、http://www.w3schools.com/tags/ref_entities.aspおよびhttp://www.w3schools.com/html/html_entities.aspを参照してください。

于 2012-07-30T14:35:01.477 に答える