Struts and euro symbol

Hi there,
I am facing the following problem.
I am working in a project with Struts.
If I write in any of the text input within a jsp the euro symbol, I get one of the others input text (hidden) as null in the Action (it is the first text input).
If I include
<%@page language="java" pageEncoding="utf8" contentType="text/html; charset=UTF8"%>
at the top of the jsp file and
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
in the html head every thing is ok but I get a strange symbol "�&#130;�" instead "�".
Anyhelp would be appreciate.
Regards,
Sergio

Thank you, but it does not work.
I have tried with ISO-8859-15 instead of UTF-8. Now, I am getting an ?.

Similar Messages

  • Pound (currency) symbol, and Euro symbol on invoice template.

    Hi - I have written an invoice using one of the pages templates. I changed the Euro symbol (€) to a pound symbol (£) but every time it is automatically changed back to pound symbol again. Having entered the pound symbol. how can I make it stay there?

    Hi there - Thanks, but I've got it sorted - I had to select a cell within the invoice template, then click on Table Inspector, then format, then currency, then select currency. I would prefer to just delete the currency symbols with the mouse, and then put in the ones I want, but I know how to do it now. Maybe Britain should just join the Euro - or maybe not?

  • Help!, How do you enter British Pound/Euro symbols?

    Hi,
    I bought an american version powerbook because as an fairly apple newbie turn intermediate level mac user each key was well spelt out in words than the rather symbolic based british keyboard layout. Now funny question is does anyone know how to enter British pound and Euro symbols on an american version powerbook, cos i dont want to be copying and pasting

    £ is Option + 3
    € is Shift + Option + 2
    Also, consult Keyboard Viewer for the key commands for other commonly used characters. You can find Keyboard Viewer by clicking on the flag icon in the menu bar. To activate this menu bar item, go to System Preferences > International > Input Menu and check the box, 'Show input menu in menu bar,'
    Tuttle

  • Euro symbol and Internet Explorer

    Hi,
    I'm trying to display in a HTML page a Euro value using an Italian Locale. The output is always a question mark followed by the correct Euro value (i.e. ? 513,45).
    My client browser is IExplorer 5.5 sp2. JSP server is TOMCAT latest release. Web services are under IIS (NT 4.0)
    I'm using the following code in a JSP page.
    <%
    java.util.Locale ELocale=new Locale("it", "IT", "EURO");
    double Euro=1936.27;
    out.println(NumberFormat.getCurrencyInstance(ELocale).format(24900/Euro));
    %>
    Somebody can help me ?

    HI Mario,
    definately your encoding. Just about every European encoding nowadays has two versions - the old one, and the new updated one that carries one extra character - the Euro symbol.
    Unfortunately, I can't tell you off the top of my head what the name of the right encoding to use would be, but the JDK documentation points to a list of all defined encodings, which should contain the one you're after.
    Hope that helps!
    Martin Hughes

  • Problem Inserting Euro Symbol and few others

    We are using java application with oracle 8.1.6 as the db with the charset as WE8ISO8859P15. ALl the forms are using multipart request. We cannot do away without that. When trying to insert euro symbol and few other western european characters, they get converted to something else before getting stored in the db and so we are not able to display them properly on retrieval.
    Can anyone please help in this direction?

    Just set the nls_charset.zip in classpath and then try to insert into db.I think it might not be a problem with database.(note. if u insert euro character it will be reside in db, as some format but u retrive it and stream it thru servlet it will be displayed in the browser properly, if u write using printwriter then it might give "?" / "O" in browser. refer http://www.inter-locale.com/faq/blacksquares.jsp).

  • I want to delete the euro symbol and restore thr dollar symbol.  Ihave English and qwerty selected in settings

    I have somehow changed the dollar symbol to a euro symbol.  I have english and qwerty selected insettings

    Settings>General>Keyboard>International>English>U.S. is it set like that?
    If you tap the 123 key and then tap the #+= key you can toggle between the $ and the euro sign on the U.S. English keyboard.

  • Euro and Poundsterling symbol problem even with WE8ISO8859P15

    Dear all,
    We are using the Primavera Enterprise (project management software) run on Oracle 8.1.7.0.0, the euro and pounds symbol is not displayed correctly (# and ¤ instead).
    Our configuration is :
    AIX 4.3.3.0
    NLS_LANG= WE8ISO8859P1 (configured in .profile for oracle user account)
    Originally the database was created with the NLS_CHARACTERSET WE8ISO8859P1, as we discovered that this nls does not support euro, what we have done then :
    - export it (.dmp WE8ISO8859P1)
    - create a new database instance with WE8ISO8859P15 (hosted in the above AIX server)
    - import the .dmp above to a new created database
    - the log file generated saying that :
    1. import done using WE8ISO8859P1 and WE8ISO8859P15
    2. the server characterset is WE8ISO8859P15, character conversion possible
    3. imported from export file with the WE8ISO8859P1
    - we queried the database with 'select * from sys.props$ whre name like 'NLS%'; and we are sure that the database nls_characterset is WE8ISO8859P15
    - we then update the euro and symbol from Primavera application
    - we close the Primavera application and try to reopen it
    - the euro and pounds symbol are back to as before (ie. # and ¤)
    Note : as the above server is a production server, we can not modify the NLS_LANG of the machine to WE8ISO8859P15
    Please advice.
    [email protected]

    Barry & all, sorry to mention the client/server architecture with Primavera Enterprise.
    The primavera application is installed in windows 2000/xp
    - we tried several NLS in windows regedit of Oracle home e.g. NLS_LANG=FRENCH_FRANCE.WE8MSWIN1252 and NLS_LANG=FRENCH_FRANCE.WE8ISO8859P15)
    - once we imported the database, we updated the euro and symbol from Primavera application, the symbol euro is displayed correctly in the application
    - we close the Primavera application and try to reopen it
    - the euro and pounds symbol are back to as before (ie. # and ¤)
    - the same thing when we query the database directly, it shows the same signs (ie. # and ¤)

  • Euro Symbol and Oracle

    How can I display Euro Symbol in Oracle - if shows now as a opposite ?. I read that I ned to change the character set to WE8MSWIN1252. How can I figure out what set we are currently using?
    Thanks,
    MJ

    The "right answer" here is that the third party application does not support the Euro character (or any other character not in ASCII 1-127).
    My hunch is that the third party vendor has built an application that relies on unsupported Oracle behavior-- if your client NLS_LANG and database character set are identical, Oracle does not do character set translation when you send an retrieve data. This can allow a single application to appear to "get around" the limitations of the database character set. Basically, if every application that stores and retrieves data agrees to lie to Oracle in exactly the same way (i.e. I have Chinese data encoded in Big5, but I tell Oracle it is US7ASCII when I store and retrieve it, then treat it as Big5 after I've retrieved it) an application can appear to store Chinese data in an ASCII database. If any application that does not know how to "properly" lie to Oracle tries to query the data, however, the non-ASCII data will not be retrieved correctly. Since Oracle utilities (import, export, database links) and various layers like JDBC don't know how to "properly" lie to Oracle, this is generally not a long term solution.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Making the French grave and the Euro symbol

    On previous Mac computers I've been able to make the euro symbol, using shift/option 2. Now, on a new iMac, using Leopard, I can't find a way to do it. And I've never ever been able to make the grave symbol. I have various printouts of all the different symbols available on the Mac but none of their suggestions for the grave and the euro will work. Can somebody suggest a way around this problem?

    On previous Mac computers I've been able to make the euro symbol, using shift/option 2. Now, on a new iMac, using Leopard, I can't find a way to do it. And I've never ever been able to make the grave symbol. I have various printouts of all the different symbols available on the Mac but none of their suggestions for the grave and the euro will work. Can somebody suggest a way around this problem?
    Enable "Keyboard Viewer" in the "Input Menu" tab of "International" system preference, and check "Show input menu in menu bar" at the bottom of the window. You can then select "Keyboard Viewer" from the flag in the menu bar. If you press Option, Shift-Option, or Command-Option, you will see the special characters. If an accent shows with a coloured background, it will be put over the next character you type. On my keyboard, Euro is Shift-Option-2 €, accent grave is left of "1". Option-` puts ` over the next character. è à ò ù
    I am using the Australian keyboard layout, but interestingly enough, though it's ticked it's greyed out in the system preferences.
    If you only have one keyboard checked, the check-mark will be greyed out, since you would have no keyboard if you unchecked it.

  • Not getting Euro Symbol in PDF Report using XML Publisher

    Hi,
    We have developed an Oracle Report from Report Builder 6i and also a Template in RTF Format.
    We are using XML Publisher to display our XML Output in PDF Format to Users..
    There is a Field called Comments on Customer Transaction Form, where user can enter any characters and that we are querying in Report and displaying on the PDF Output.
    Currently, the user entered a Euro Character on the comments section and that was not visible to user on PDF Report and replaced by a Question Mark as below:
    "3% price reduction ?89.91, 20% marine"
    When i am Querying to the Database, i am able to see the Euro Symbol, but when i checked the XML generated on the Unix Box for the Report. I found as below:
    "3% price reduction \342\202\25489.91, 20% marine"
    So, the Euro Symbol on the database is replaced by " \342\202\254" in the XML Output and ? in the PDF Outbut.
    Please help ASAP.
    Regards
    Saurabh Jaiswal

    one way
    value set based on view (view - select level id, chr(level) cl connect by level <= 500)
    for example, chr(64) - @
    so in xml you have code of @. sample xml is
    <ROWSET>
      <ROW>64</ROW>
    </ROWSET>in rtf template pick
    <?xdofx:chr(to_number(ROW))?>
    select chr(14844588)  from dual
    €Edited by: AlexAnd on Aug 23, 2011 12:46 AM

  • How do I get Special character Euro symbol € to display ?

    Hi,
    How do I get the euro symbol € to display in Flash from
    PHP file created in DW ?. It does not display it properly. I have
    simplified the PHP code I have is:
    <?php
    $msgtoflash = "This is the Euro Symbol &#8364";
    print ("&Databaseinfo=$msgtoflash");
    ?>
    The &#8364 is a special character code for HTML.
    If I use the $ or £ symbols it works perfectly but not
    € ?
    Thanks,
    Paul

    maith wrote:
    > Im using Actionscript2. I had placed a query in Flash in
    "General
    > Discussions", before I came on the Dreamweaver Forum,
    but got no reply.
    The way to get the euro symbol to display in Flash is to use
    XML. I have
    tested this, and it works:
    euro.php
    <?php
    header('Content-type: text/xml');
    echo '<root>
    <elem>This is the euro symbol:
    &#8364;</elem>
    </root>';
    ?>
    ActionScript 2.0 to display the value of <elem> in a
    dynamic text field
    called myText:
    var myXML:XML = new XML();
    myXML.ignoreWhite = true;
    myXML.onLoad = handleLoad;
    myXML.load('
    http://localhost/test/euro.php');
    function handleLoad(success) {
    if (success) {
    var theRoot:XMLNode = this.firstChild;
    myText.text = theRoot.firstChild.firstChild.nodeValue;
    } else {
    myText.text = 'Not working :(';
    Handling XML in ActionScript 2.0 is like poking needles in
    your eyes,
    but it's the only way I have been able to get the euro symbol
    from an
    external source into a Flash movie.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How do you display a Euro symbol in Pages 5.2, Mavericks?

    I haven't found the Euro symbol in the special characters.  Perhaps I need to choose a different font or perhaps I just missed it.
    Where do I find it.
    thanks

    In the special characters palette, you simply type euro in the search panel, and then select it. Click Add to Favorites.
    Keyboard Euro
    U.S. - shift+option together, then 2.
    British - option+2
    French - option + $
    German - option + e

  • Trouble with euro symbol ( x80 )

    Hi!
    on windows-plattforms the euro-symbol often is encoded with x80. I can manage to read from those files/streams, but as soon as I try to write this value to into a stream with whatever encoding java "thinks" that x80 is not a printable character and writes a x3f (a questionmark) instead.
    I know that the euro-symbol should be unicode x20AC, but if windows and the IE uses x80 my java-program has to be able to deal with that!
    please help

    Maybe it has to be done the other way around.
    You need an encoding that reads windows' Euro x80 into Unicode x20AC and you should not stick to have the Euro sign as x80 at the Java side.

  • Oracle 9i - problem with euro symbol

    HI,
    I have a database on oracle 9i and i can't store the euro symbol ( it is stored like a '?' reverse).On the server I have NLS_CHARACTERSET=WE8MSWIN1252 and for
    NLS_NCHAR_CHARACTERSET=AL16UTF16.
    Which superset is needed for this parameter to display the euro symbol and if I can do the change if the my NLS_CHARACTERSET is not a superset for NLS_NCHAR_CHARACTERSET ?
    Thanks.

    HI,
    I have a database on oracle 9i and i can't store the euro symbol ( it is stored like a '?' reverse).On the server I have NLS_CHARACTERSET=WE8MSWIN1252 and for
    NLS_NCHAR_CHARACTERSET=AL16UTF16.
    Which superset is needed for this parameter to display the euro symbol and if I can do the change if the my NLS_CHARACTERSET is not a superset for NLS_NCHAR_CHARACTERSET ?
    Thanks.

  • Euro symbol in JSP

    <p>Hi all,</p><p>I have a strange behaviour in a report displaying Euro symbol: a &#39;?&#39; take the place of Euro symbol. Instead, exporting the report in PDF or RTF format, the symbol is displayed correctly in the documents generated. The JSP displaying the report doesn&#39;t use the tag library, but instantiates CrystalReportViewer class and performs the following operations:</p><p><%<br />    //(Gets the report source)<br />    ......<br />                <br />    CrystalReportViewer viewer = new CrystalReportViewer();<br />    viewer.setReportSource(reportSource);    <br />    viewer.setEnableLogonPrompt(false);      <br />    <br />    viewer.setDisplayGroupTree(false);<br />    viewer.setHasToggleGroupTreeButton(false);<br />    viewer.setHasLogo(false);<br />    viewer.setEnableDrillDown(false);<br />    <br />    viewer.setOwnPage(true);<br />    viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), out);<br />%><br /><br />If the report is displayed by means of a JSP using the tag library, Euro symbol is displayed correctly either in the JSP or in the documents generated exporting the report; here the source:<br /><br /><%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %><br /><crviewer:viewer reportSourceType="reportingComponent" <br />                 displayToolbarCrystalLogo="false" <br />                 displayToolbarToggleTreeButton="false"  <br />                 displayGroupTree="false" <br />                 viewerName="firstReport-viewer" <br />                 reportSourceVar="firstReport" <br />                 isOwnPage="true"><br /><crviewer:report reportName="reports/firstReport.rpt" /><br /></crviewer:viewer><br /><br />What&#39;s wrong in the first JSP? Have I set other parameters?<br /><br />Thanks in advance,<br />pippo</p><p> </p>

    <p>Hi all,</p><p>I&#39;ve found the solution, setting the page content type:</p><p> <%@ page contentType="text/html; charset=utf-8" %></p><p>With this piece of code the JSP displayes the Euro simbol correctly.</p><p> </p><p> </p>

Maybe you are looking for

  • How to correctly configure send and receive connectors for SBS2011 exchange to connect to EOP

    Hello SBS fans, we have a customer with SBS2011 and exchange.  The server email is setup for Exchange Online Protection. It passes the Remote Connectivity Analyzer for inbound and outbound email.  It shows a warning for the spf, saying it cannot find

  • Create a new schema.

    Hi Friends, I am using Oracle 11g database. I need to create a schema which needs below requirements... - CANNOT create table, views, packages or any subjects. - NO ANY tables granted to this schema by default. Below is my answer, correct me if am wr

  • Passport for mac doesn't show

    Hi all, I just purchased a WD Passport for Mac the other day to back up my computer. I plugged it in yesterday and it worked great.  Time Machine did it's thing and backup the data and everything. Unplugged it today and tried to plugging it back in a

  • Create Thumbnails from photos in iPhoto11

    I have tried to activate photo stream in iOS 5 however, my photos in iPhoto11 are too large to upload and take too long. Is there a way to create thumbnails of my photos that I could upload to photo stream. Thanks

  • Help, ibook not booting after installing update 10.4.8 combo

    Hi there, i just updated my ibook 500 dual usb, with 10.4.8 combo and when i restarted the screen was gray with a flashing question mark. I tried to boot in every mode (with x, with startup manager) and also i checked with disk warrior and disk utili