|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to display Euro symbol on ASP pages Currently i'm working on my college assignment. It basic involves ASP and other programming languages. Now the problem is that i don't have much knowledge about java script and other programming languages. I would like to know that how can i display the Euro symbol (?)on my ASP pages? Does any body knows about it? Kindly help me out to resolve the above issue. Any kind of help would be appreciated. Thanks. |
#2
| |||
| |||
Re: How to display Euro symbol on ASP pages I have used both the &-e-u-r-o-; and &-#-8-3-6-4; special characters(hyphenated to avoid them displaying as actual euro symbols). If you save the ASP file in UTF-8 format, then try this instead: Quote:
|
#3
| |||
| |||
Re: How to display Euro symbol on ASP pages The decimal comma is only used for display purposes, internally it makes no difference what decimal separator is used. First, the "SetLocale()" function instructs the ASP engine to use a Euro-friendly locale. This is similar to setting the LCID but I much prefer the "SetLocale()" function. That is, unless you convert decimal amounts to string, and then try to interpret them again, or of course you are receiving input from the user who writes a decimal comma. |
#4
| |||
| |||
Re: How to display Euro symbol on ASP pages It works because Microsoft has done the heavy-lifting and the "FormatCurrency()" function and the "Response" object know that the "Espanol (Espa?a)" locale requires Euro. In that case, I believe you need to use Decimal.Parse(strValue). I tend to use emphasis on the character as it is a rather weak-looking HTML entity. Quote:
|
![]() |
|
Tags: asp, display euro symbol, java script, other programming languages |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is the Keyboard shortcut for euro symbol | Abigaill | Customize Desktop | 7 | 28-05-2010 11:13 PM |
Support for the new Euro currency symbol in Office | Emma.J | Windows Software | 5 | 18-03-2010 06:28 AM |
Web pages display incorrectly | Kasper | Windows Software | 3 | 12-11-2009 09:28 PM |
Web pages content display issues | jasonthat | Networking & Security | 4 | 23-05-2009 10:57 AM |
Games Pages does not display | goatape | Technology & Internet | 2 | 30-09-2008 12:01 PM |