Euro symbol doesn´t show.

Hi there,
When printing a page from Office, the Euro symbol (€) does not show in Acrobat.
The symbol is replaced by Û.
I have send it to a customer and there it shows with Reader.
Is this a problem with fonts?
Please let me know

Hello kglad,
Office uses Calibri as a standard font.
Acrobat uses Tahoma as a standard and I have tried to change to Arial.
This has no result, the € symbol still does not show.
Rinie

Similar Messages

  • 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 '€' as currencySymbol.
    The symbol is displayed when no style is used for the Label,
    but when I assign an style with a fontFamily specified, that is a
    Verdana I embed using a @font-face, the symbol doesn't show up.
    If I do not specify the unicode range, all symbols should be
    embedded with the font, don't?
    Marc

    Hi Greg, thanks for answering.
    I'm using "font-face" to embed the font, specifying a system
    font (I'm in Mac, with Leopard). Do you think it is correct?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Style>
    @font-face {
    src: local("Arial");
    fontFamily: mainFont;
    .mystyle1 {
    fontFamily:mainFont;
    fontSize: 20pt;
    </mx:Style>
    <mx:Script>
    </mx:Script>
    <mx:Label text="€ 400"/>
    <mx:Label styleName="mystyle1" text="€ 500"/>
    </mx:Application>

  • Airplay icon doesn't show up after i-tunes update to 10.6.1.7

    Ahoy folks,
    I just updated i-tunes to the latest version and, suddenly,  it is not possible anymore to stream Music to my ATV2.
    I did a router reset, checked if Apple-TV is visible and has an ID my Wifi sourroundings. Home sharing is activated. But even when restarting everything, the
    Airplay-Symbol doesn't show up anymore... And: My Ipad and Iphone found Apple-TV without problems and are streaming music correctly.
    is this an i-tuns problem. Anyone having a clue?

    Troubleshooting AirPlay:
    http://support.apple.com/en-us/TS4215

  • Euro Symbol from Dynamic Text

    Sorry, me again! I understand that this seems to be a pretty common problem. My euro symbol isn't showing up in the XML text I bring into Flash. I've worked with our developer to replace the euro symbol with "EURO" in the XML so that at least it shows up in Flash and I'm trying to use actionscript to change it back to the euro symbol. I found some script here (see the 2nd post) and I thought it looked promising but it's not working for me. Have I adapted it correctly?
    function replaceSpecChars(txtField):Void {
        for (var i = 0; i < txtField.text.length; i++) {
            var euro:String = "EURO";
            var euroPos:Number = txtField.text.indexOf(euro);
            if (euroPos > -1) {
                txtField.replaceText(euroPos, euroPos+3, "€");
    replaceSpecChars(newsContent.articleHeadline.text);

    Hi Brian,
    Maybe this is a bit late, but I stumble in the same question and droped here, in your question, trying to get some clues. Hope my solution will help you or others with the same issue. It's not the ideal, but it's simple.
    I stumbled upon the same question as you did, although I used a font that had the "€". Tried every possible code in the XML file, but nothing.
    So I did one other thing. The values that I want to display are stored in a String variable, so there's a simple method of placing the euro sign where you want.
    I did the following:
    - In the XML file I replaced the euro sign by a keyword. Lets say: "eurosign";
    - Then in the actionscript, I detect where "eurosign" is and replaced it with the "€" like this:
    myPrice = myPrice.split("euros").join("€");
    This did the trick for me.
    Hope it helps
    Message was edited by: leoserra - Sorry about the double entry, the first one returned error, but was saved :S

  • Euro symbol is showing as ? instead of actual symbol

    Hi,
    Euro symbol is coming fine when run the report locally from template builder but showing ? when run from oracle apps.
    Any solution?
    Please help
    Thanks,
    Mahesh

    Hi,
    Regarding Currency symbol issue my understanding is that the font ALBANWTJ.ttf is missing on the server folder. The solution would be adding the file.
    We have to add the ALBANWTJ.ttf into the font folder.
    First locate your BIP_HOME directory. In my case it is /home/bpub/OraHome_1
    BIP_HOME=/home/bpub/OraHome_1
    Copy the file ALBANWTJ.ttf from $BIP_HOME/jdk/lib/fonts/ to $BIP_HOME/jdk/jre/lib/fonts
    cp $BIP_HOME/jdk/lib/fonts/ALBANWTJ.ttf $BIP_HOME/jdk/jre/lib/fonts
    Set permissions for file
    chmod 0755 $BIP_HOME/jdk/jre/lib/fonts/ALBANWTJ.ttf
    Thanks and Regards,
    Aditya

  • Problem showing Euro symbol in Jlabel in Windows 98

    Problem showing Euro symbol in Jlabel in Windows 98
    When i place the euro symbol as text using \u20ac it does not work in windows 98 but does so in win 2000.
    I tried using JDK physical fonts also
    Kindly help me out.

    Hi,
    This was a bug and should be fixed in 1.3.1_02 see:
    http://java.sun.com/j2se/1.3/ReleaseNotes.html
    Hope this helps.
    Regards,
    Matt
    Java Developer Technical Support
    Sun Microsystems.

  • How can I get rid of Euro symbol in text?

    Euro symbol show up in front of Copyright symbol when I test it in Internet Explorer but doesn't when I check it in another browser.
    How can I get rid of it?
    Thank you.

    Does it show up in the code?
    If not it's probably a charset in the page encoding that's being misinterpreted by the browser, or a "web-unfriendly" font...
    I try to stick to UTF-8 and avoid any font that isn't in the default list in DW.
    If you have a link to the page online it would help a lot more though. Without that everything I just posted is a guess.

  • Euro symbol - numberConverter

    Hi, i'm tryng to format a number with the euro symbol as prefix.
    How must be set the pattern property in order to show the euro symbol?
    I try first with dollar symbol and works (pattern=$###,###.##) but if i try with the unicode (pattern=\u20AC###,###.##) like the jsf tutorial (http://java.sun.com/docs/books/tutorial/i18n/format/decimalFormat.html) the symbol doesn't appear.
    Thanks
    Gianni

    Thanks Giri your solution works on but only if i don't set locale for my app.
    When i set or change the locale of my app with this code:
    javax.faces.context.FacesContext fctx = javax.faces.context.FacesContext.getCurrentInstance();
    java.util.Locale locn =new java.util.Locale("it_IT");
    fctx.getViewRoot().setLocale(locn);       
    numberConverter2.setLocale(locn);           
    numberConverter2.setPattern("� ###,##0.00");then euro symbol is replaced by the "�" .
    The wrong symbol remain also if i set "en_US" as locale.
    Note that the page Language is set to "it-IT" .
    Tanks
    Gianni

  • The 3G symbol is not showing up on my home screen and I cannot browse the net, any suggestions?

    The 3G symbol does not show up on my home page and I cannot browse the Internet or receive mail. Any advice?

    reset the iphone
    1. press the wake/sleep button the top until you get the red slider
    2. Slide to power off
    3. Wait for phone to power off (you get a spinning gear icon for a while)
    4. press the wake/sleep button to turn in back on.
    if that doesn't work reset network settings
    1. Go to Settings->General->Reset->Reset Network Settings
    2. Confirm that you want to do this and the phone will restart itself
    if that doesn't work restore the phone in iTunes, but you will want to sync all of your data before you do that.

  • My iPad 2 doesn't show the green battery icon when charging.

    when i charge the ipad2 i see that it is charging on the top right symbol
    i do not see the big green battery like on the iphone.
    Why is there no big green battery on the opening screen when i wakeup the ipad2?

    That feature doesn't show on the iPad2. I only have the symbol in the upper corner as well. You can buy a batter app that when used will show the battery upon wake up.

  • 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>

  • My iPad 2 doesn't show the album covers any more

    How can I get the covers back

    That feature doesn't show on the iPad2. I only have the symbol in the upper corner as well. You can buy a batter app that when used will show the battery upon wake up.

  • Smart Forms Euro € symbol?

    Hello Experts!
    I want to add € in my Smart Forms Text.
    There is an OSS hint 616683 to this question but all releases mentioned are lower than our used release and the solution with entering the Number 156 for € doesn't work.
    Please help
    Best Regards
    Annette

    Hi Annette,
    Using SAP Script: 
    To print Euro Symbol in SAP Script, do the following: 
    Put the sequence <156> at the desired location in the text editor of the corresponding page window as shown below: 
    During the print preview, the output would be as shown below: 
    Using Smart Forms: 
    For printing Euro symbol in Smart Form, do the following: 
    In the Microsoft Word document, click on Insert -> Symbols 
    Select the Euro symbol from the list. The symbol would appear on the document. Copy the symbol and paste in the text editor of the Smart form as shown below: 
    Save and activate the Smart Form and do the test run. The print preview would be as shown below: 
    Printing of Euro symbol might not be possible on all Printers. By default, SAP R/3 supports the euro symbol only when using the SAPWIN device type and printing over SAPLPD (mainly used for individual document printing).
    To print this on Kyocera printers, do the following: 
    “When using PRESCRIBE device types (like kyofs150, kyofs170, zkm10pre) the euro sign will not be printed very beautiful. To print the real Euro sign instead of the combined ( and = character on top of each other) please set the character 156 of the SAP code page 1114 to 80 hex. In this case the Euro sign will be printed correctly. Alternatively please copy the code page 1114 to e.g. 9114 and make the modification there. Then you just have to switch the used code page of your device type (kyofs150, 170 or zkm10pre) to 9114 as well.”   
    Also check the SAP Note 0129581 for more information on this.

  • Changes inside a symbol won't show up on main timeline

    So I'm working on the animation of a character, I've set up a main graphic symbol for the whole character and an individual symbol for each part of the character inside the main symbol like each arm, leg, hands, ect. Whenever I click into a specific object and animate it on its own timeline and leave it to the main timeline, the animation I did doesn't show up on the main timeline, if I go back in, it's working just fine. I figure I could animate on the main timeline solely, but I'd like to do it the right way. What's going on?
    Thanks, everyone

    You could also select the movieclip on your timeline and then switch it to graphic (play once/ or loop) in the properties panel.
    This way you can see what happens inside when moving your playhead along in the main timeline.

  • How to use Euro symbol in xml tags?

    How to use Euro symbol in xml tags?

    What do you mean by "in xml tags"? Can you post a three-line XML snippet showing what you hope to achieve?

Maybe you are looking for

  • After Effects CS5.5 - Using *OLD* stabilizer?

    Hello all. We recently moved up to the new after effects at work, and as much as I love the new warp stabilizer, I want to use the old version for a particular shot (with the position and rotation track points). The reason being is that I want to sta

  • Space key not working

    my space key does not work any more, but will if alt/option button is pressed. I did not worked with the settings or download any new program. thank you

  • Export in Excel format

    Hi, I tried to export the report (crystal report) to excel. Its exporting but the dat format is not exported properly. any suggestion

  • Airtight simple viewer in LR 3

    Hey what happen to the ability to watermark the photos when using this Airtight simple viewer in web output!  Why would they take that out in LR 3 it was in the beta?

  • Merge in oracle

    I have a table A and Table B. I want to use a merge statement for following 1) If Not matched then update values in Table B from table A. 2) If not matched then insert values from table A to Table B 3) If value is present in Table B and not in Table