Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Euro and SetLocale

    Is there a Setlocale code to display the euro symbol?
    example SetLocale("en-gb") will display currency formating (FormatCurrency)
    with the pound symbol. What about the euro?



    Tony Mak... Guest

  2. Similar Questions and Discussions

    1. Euro ? symbol for embeded fonts
      Hi all, I'm trying to use the Euro sign in an application, to render some data in Labels formatted with a CurrencyFormatter for which I specify '?'...
    2. convert the euro and pound sign
      hi there, it seems as if i can´t convert the euro and pound sign to their html equivalents. i tried eregi_replace("€", "€", $haystack);...
    3. Writing Euro symbol with utf encoding
      Hello All I am writing a string from the database into a text file which contains "Euro" symbol . I have tried using iconv() and utf_encode and...
    4. Cheating to win 24,000 euro flash game
      I spent most of my Sunday afternoon on http://www.erasermax.com/. The site, a Flash detective game, promises a 24,000 euro (around US$27,100) prize...
    5. Pantone Libraries - EURO
      Greetings! As you know CMYK values for Pantone Solid to process US and Solid to process EURO are different. How I could use Pantone Solid to...
  3. #2

    Default Re: Euro and SetLocale

    Here you are.
    [url]http://www.aspfaq.com/2228[/url]

    Ray at work

    "Tony Mak..." <tonymak@acmsystems.net> wrote in message
    news:etruagjmDHA.1800@TK2MSFTNGP10.phx.gbl...
    > Is there a Setlocale code to display the euro symbol?
    > example SetLocale("en-gb") will display currency formating
    (FormatCurrency)
    > with the pound symbol. What about the euro?
    >
    >
    >

    Ray at Guest

  4. #3

    Default Re: Euro and SetLocale

    Thanks Ray but that would require re-writing all pages and removing the
    FormatCurrency etc, the faq was from 2002, has anything else come along in
    these mega updates MS comes out with?

    Tony Mak...


    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:OwuW8ijmDHA.2416@TK2MSFTNGP10.phx.gbl...
    > Here you are.
    > [url]http://www.aspfaq.com/2228[/url]
    >
    > Ray at work
    >
    > "Tony Mak..." <tonymak@acmsystems.net> wrote in message
    > news:etruagjmDHA.1800@TK2MSFTNGP10.phx.gbl...
    > > Is there a Setlocale code to display the euro symbol?
    > > example SetLocale("en-gb") will display currency formating
    > (FormatCurrency)
    > > with the pound symbol. What about the euro?
    > >
    > >
    > >
    >
    >

    Tony Mak... Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139