Tagged Questions
The euro tag has no wiki summary.
5
votes
3answers
131 views
How to solve €25.99 vs 25,99€ preg_match problem?
If I have these strings:
$string1 = "This book costs €25.99 in our shop."
and on the other side
$string2 = "This book costs 25,99€ in our shop."
How to get the "€25.99" or "25,99€" using ...
4
votes
5answers
994 views
Hex representation of Euro Symbol €
Hi
I was using XVI32 (Hex Editor) to get the hex representation of the Euro symbol and it gives me the value as 80.
Another site: http://www.string-functions.com/string-hex.aspx does the same.
I am ...
4
votes
3answers
1k views
unable to print euro symbol in a “C” program
I am unable to print the euro symbol. The program I am using is below.
I have set the character set to codepage 1250 which has 0x80 standing for the euro symbol.
Program
=======
#include ...
4
votes
4answers
2k views
Euro sign in HTML
The euro (€) is the official currency in 22 European states.
In HTML there are different possibilities to display the sign €:
€
€
€
Which one would you use in HTML? ...
3
votes
4answers
197 views
In which encoding is 0xDB a currency symbol?
I received files which, sadly, I cannot get info about how they were generated. I need to parse these files.
The file is entirely ASCII besides for one character: 0xDB (in decimal it gives 219).
...
2
votes
2answers
331 views
PHP regex to find unencoded euro symbol
I'm in PHP. I'd like to find numbers in a sentence that start with a currency symbol, and returns the number. To search "I spent €100 on shoes" and return "100".
I've got this working for $ and £:
...
2
votes
3answers
269 views
How to produce Euro symbol in C?
Please give me a sample C program to produce the euro sysmbol. I'm using windows keyboard and program needs to be compiled in linux.
Update: Actually I need Euro symbol as a string and need to ...
1
vote
2answers
180 views
How to output a Euro symbol in a PDF
I am trying to output a Euro symbol to a PDF using Core Graphics. I have the following code, which uses NSMacOSRomanStringEncoding (I had to use this to get £ and $ symbols to appear correctly), but ...
1
vote
2answers
134 views
Can't find where is the Euro symbol set in Magento 1.3.2.3
Weird but I can't find where is € symbol set in Magento 1.3.2.3. My locale is German, so I checked /lib/Zend/Locale/Data/de.xml, but for Euro it only have the following code:
<currency ...
1
vote
1answer
105 views
Plotting Euro Symbol € in ggplot2?
Euro Symbol € is shown as ... at PDF output
ggplot() + theme_bw() + geom_line() + scale_y_continuous(formatter = "euro")
1
vote
1answer
194 views
Embedding a font that supports the Euro symbol
I'm building a Flash ad that uses the Neo Sans font, the text that is shows contains the Euro symbol, but I can get the Euro symbol to show. This is how I'm embedding the font:
...
1
vote
1answer
239 views
Encoding the “€” character in an ISO-8859-1 Oracle database
Is it possible to insert the "€" (as a VARCHAR) in a Oracle Database whose character set is : ISO-8859-1 ?
I want to move from ISO-8859-1 to ISO-8859-15 charset (or even WINDOWS-1252 charset will ...
1
vote
2answers
314 views
jQuery price calculation, comma and if problem
All sorts of topics are dedicated to the European comma problem, i.e. how to change the ',' to an '.', but I've not found a solution for mine yet.
I want users to be able to input in the comma-value ...
1
vote
4answers
1k views
Trying to get the euro symbol using chr(128)
i have this code:
define('EURO_SIMBOLO', chr(128));
$euro = EURO_SIMBOLO;
var_dump($euro);
I expected it shows the € symbol, but no..
Any idea?
Regards
Javi
0
votes
2answers
65 views
xmlHttpRequest displays eurosign as questionmark
I use this script (from dynamicdrive) to dynamically fill div with id:
var bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no)
var loadedobjects=""
...
0
votes
1answer
121 views
Enforcing proper UTF-8 encoding from user input in a form
i have a web form written in asp.net that allows user enter content which is then saved to a DB and written out as an xml file for a third party to import into their systems.
We output the xml file ...
0
votes
2answers
2k views
Display EURO Symbol in UTF-8 Format
Im wondering how I can display a Euro symbol in UTF-8 Format ?
Cheers
0
votes
2answers
650 views
replace eurosign in json
Can anyone help me with this one
I have this query and only after adding the last one wich is indexed against the euro
I get invalid json.
$url = ...