FontAwesome appears as question marks in FrameMaker 12. I installed the font in the Windows/Fonts folder. Do I need to do something else to get it to work in FM?

I need to update our fonts/templates to Font Awesome. I downloaded and installed the font in the Windows/Fonts folder.
The font appears as question marks (????) in place of the text in FrameMaker 12.
The font appears correctly in other applications, such as Microsoft Word and Outlook.
I tried this with both FontAwesome.otf and fontawesome-webfont.ttf.
Do I need to do something else to get this font to work in FM?
Thanks-
Stephanie

Well, if it's any consolation, it does the ????? thing (complete with bad font metrics for the question marks) in FM9, too.
I'm tempted to blame the font, but it could also be that FM is confused by things that shouldn't be where they are. You'll notice that some of the glyphs aren't given descriptive names in Character Palette.
For example, code points U+0000 through U+001F. Those are supposed to be the C0 Controls in Unicode, and not displayable glyphs.
http://www.unicode.org/charts/PDF/U0000.pdf
Ditto for U+0080 through U+009F, which are the C1 Controls:
http://www.unicode.org/charts/PDF/U0080.pdf
The glyphs at these code points should either be in standard Unicode positions (where the glyph is covered by Unicode, such as that left pointing triangle at U+0011, which might have been the same thing as defined by Unicode at U+25C0 or 23F4) or in some Private Use area.
Ask for your money back .

Similar Messages

  • Some math elements appear as question marks in equations - FM9/Win7Pro

    Hello everyone,
    I am facing the issue that some math elements appear as question marks in equations; for example, the summation and angle symbols.
    The approximately equal or the alpha symbols, for example, appear correctly.
    The symbol font is installed.
    System specs:
    FrameMaker 9 with the latest patches installed.
    Windows 7 Professional with the latest updates installed.
    The strange thing is that math elements appear correctly using virtual computers on my computer (Windows XP and Windows 7 Ultimate on VMWare).
    Same maker.ini file and fonts are present on all (real and virtual) computers. 
    I have reinstalled FrameMaker already on my real computer (where I have the trouble) and it did not solve the issue.
    I have checked (I think) all question mark related topics (when question marks are displayed instead of the correct characters) on this site, but none of them provided the solution to my problem.
    I would appreciate your help!
    Thanks,
    András

    Hi Sheila,
    Thank you for your response.
    I use Adobe PDF as the default printer on both the real and virtual computers and I do not know the SetPrint utility.
    I see the question marks appear in the FM files as well as in the printed PDF. It makes me think it is not a printing issue.
    c:\windows\fonts is provided as the Font Source in the Embedding box for the Adobe PDF printer both on my real computer and my virtual one.
    The SymbolMT font is listed in both cases in the Embedding box, which is (probably) referred to as Symbol Regular when I open the c:\windows\fonts folder using Windows Explorer. No other symbol fonts seem to be installed in this folder. I do not know how to check what other folders FM considers.
    By the way, I can insert the summation character, for example, as a simple character using the Equations editor correctly, the problem comes when I try to insert it as a math element.  
    I have attached an example screenshot.
    Thanks,
    András

  • Images appear as question marks

    I need help! I just uploaded my first dreamweaver website to
    yahoo. My images appear as question marks. I've uploaded the images
    in file manager along with the index.html. The site looks fine when
    I preview in all browsers from dreamweaver. The files are still in
    the same place on my hard drive and there are no broken links. The
    file names are all lowercase and have no spaces. Please
    help!

    A link to the site always helps!
    Sounds like you may have your images defined something like
    <img src='c:\mysite\images\picture.jpg'> (or similar -
    i don't do it so I can't remember the exact syntax of a file path)
    try
    <img src='images/picture.jpg'>
    Again it would be easier to tell if you posted a link to your
    site.
    Andy

  • Mail with French / Spanish accented characters appear as Question marks

    Hi
    I am facing issues in mails that have French / Spanish accented characters in mail subject.Accented characters appear as Question marks (?) when received in the inbox.Mail subject is read from properties file.
    Please let me know the following
    - Should I have the entries in properties file in Unicode ? For example French accent character � is represented as &#225;
    - Should I replace msg.setSubject(subject); to msg.setSubject(subject,"UTF-8");
    Please suggest.
    Below is code snippet :
         Session session = getSession();
                   // create a message
                   Message msg = new MimeMessage(session);
                   // set the from and to address
                   InternetAddress addressFrom = new InternetAddress(from);
                   InternetAddress[] addressTo = new InternetAddress[recipients.length];
                   for (int i = 0; i < recipients.length; i++)
                        addressTo[i] = new InternetAddress(recipients);
                   msg.setFrom(addressFrom);
                   msg.setRecipients(Message.RecipientType.TO, addressTo);
                   msg.setSentDate(new Date());
    *               msg.setSubject(subject);*
                   MimeMultipart mp = new MimeMultipart("related");

    String subject = "\u00C 9tat de l'inscription en ligne";You need 4 hex digits after \u. You only included 3.
    mailSubject = new String(subject.getBytes(), "UTF-8");
    message.setSubject(MimeUtility.encodeText(mailSubject,"UTF-8", "B"), "UTF-8");Remove the above two lines. You're trying to make
    this much too hard. All you need is:
    message.setSubject(subject, "utf-8");
    Should I use ISO8859_1 as Charset or UTF-8 ?I think the characters you're included are
    representable in iso-8859-1 so you can use
    that.
    I am using Outlook express as my mail client. Do we have to decode it ?No.

  • I have an email account on qou but all the incoming emails subject and body appear as question marks, why???

    I have an email account on QOU (al-quds Open University) but all the incoming emails subject and body appear as question marks, why???

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • Originators' apostrophes appear as question marks

    When I open emails and or attachments using Safari, the text is 'altered' by this annoying trend (all apostrophes changed to question marks. Is this a feature of Safari or my ISP (tiscali)?

    When I open emails and or attachments using Safari,
    the text is 'altered' by this annoying trend (all
    apostrophes changed to question marks.
    This often indicates an encoding mismatch. The author of the text has used smart/curly punctuation but failed to indicate the encoding being used, which is crucial for correct display. Or the webmail service could be forcing the wrong encoding. You should be able to fix it by going to View > Text Encoding and trying the different Western options or UTF-8.

  • I erased my HD and could not install lion. if I turn on the mac now all I see is a folder with a question-mark. How can I install a new operation system?

    I erased my HD and could not install lion. if I turn on the mac now all I see is a folder with a question-mark. How can I install a new operation system?

    Install or Reinstall Mavericks, Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion, Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    Which iBook do you have?
    http://support.apple.com/kb/HT1772?viewlocale=en_US
    Which version of the OS is installed, and which version are you trying to install?
    You could try starting up with Startup Manager and see if it will allow you to select the OS X install disc as the startup disk. If so, maybe you can proceed from there. I would recommend repairing the hard drive first since you are evidently having a bit of a problem with it.

  • Photos from the Internet will not load correctly. I get white boxes with blue question marks inside. This has only been happening for the past 3 weeks so I'm not sure why it is happening.

    Photos from the Internet will not load correctly. I get white boxes with blue question marks inside. This has only been happening for the past 3 weeks so I'm not sure why it is happening.

    Yes - email &amp; text work fine but when I use something like Google Images or search a blog with imbedded photos I get the empty white boxes with question marks.  If I click the question mark it opens the photo but I can't possibly do that for EVERY image on EVERY page I search!?!?!  I've rebooted the iPad &amp; my wireless card several times but neither action helped.  Have any clue what I should do now?

  • Mac Book Air froze up and had to power down by force.  When I tried to reboot, folder with a question mark on it is all that shows up on the screen.

    Mac Book Air froze up and had to power down by force.  When I tried to reboot, folder with a question mark on it is all that shows up on the screen.

    Flashing folder with question mark?
    Go step by step and test.
    http://support.apple.com/kb/ts1440
    Startup Manager to select Startup disk.
    http://support.apple.com/kb/HT1310
    Repair Disk
    Steps 2 through 8
    http://support.apple.com/kb/PH5836
    Reset PRAM.
    http://support.apple.com/kb/PH4405
    Reinstall OS X
    http://support.apple.com/kb/PH10763?viewlocale=en_US

  • I have an iphone and i took notes on it today and i want it to appear on my macbook pro. how do i do this. i think the phone is under a yahoo account and my computer is under something else. how do i log out of the yahoo acct and into the other.

    i have an iphone and i took notes on it today and i want it to appear on my macbook pro. how do i do this. i think the phone is under a yahoo account and my computer is under something else. how do i log out of the yahoo acct and into the other.

    Create a new user account on the computer that he can log in to.

  • Hi! i got an iphone 4 here un usa.. i already called att to unlock it, and luckily i was able to unlock it from them... my question is can i use it in the philippines now? wth the local sim cards? or do i need to do something else? it is a 5.1.1 version w

    hi! i got an iphone 4 here un usa.. i already called att to unlock it, and luckily i was able to unlock it from them... my question is can i use it in the philippines now? wth the local sim cards? or do i need to do something else? it is a 5.1.1 version with modem firmware 04.12.01 tnx

    If AT&T authorized the unlock and it was succcessfully completed, then you should be able to use your iPhone with any cell carrier in the Philippines that offers compatible GSM service. You'll need to get a SIM from that carrier.
    Regards.

  • Yahoo Mail On iPad - Attachments Appearing As Question Marks

    A relative of mine has a Yahoo! Mail account which she uses for e-mail on her iPad.
    She's had a problem recently that some of the attachments (JPGs) she's received haven't appeared in the Mail app on the iPad. Instead, they've shown up as question marks in boxes.
    Anyone heard of this happening before? What's going wrong?

    Your yahoo password is the same no matter what platform you access it on.
    How are you trying to get at your mail? via the mail app? yahoo app? or via yahoo's mobile site and safari?
    Try going into the settings, safari, passwords and autofill.
    look for the site in question and tap on it. You may need to enter your passcode to access the info, but once you do you can see the password you used for that site.
    On the main page that lists them all, you can see an 'edit' option. Choose that and you shoudl be able to delete the saved password for the site.

  • Buttons appear as Question Marks in Photo Page

    Hey all,
    I've been having this problem where buttons (Start Slideshow, Email Me, and Made on a Mac) show up as Question Marks on one of my Photo pages (titled "New Photos)
    Follow Link below:
    http://web.mac.com/adventurestorys/iWeb/Site%201/New%20Photos.html
    In the past I've been able to make a small change to the page and re-publish which corrects the problem. But this one is stubborn. Any advice?
    Note that I have already tried the "Publish all to .Mac" and that didn't help. And I do Empty my Cache in Safari after Publishing. Also, the problem only occurs on this particular photo page, the others in the site are just fine. So I recreated the page from scratch and re-published, but that still didn't help. Not sure what to try next. Thanks for your help.

    Cabo23:
    Welcome to the Apple Discussions. I see what you mean. The images for the buttons are not located by the page but they still work. Are these special image files you're using or the ones that come with the theme?
    You might try creating a new photo page, select all of the photos from the old page and past into the placeholder on the new one. Do the same for the text, copy it from the old and past into the text box from the new. Then publish to a folder on the desktop and see if the buttons are correct. If so , delete the old page, rename the new one to the old name and publish.

  • French charactoer appear as question mark in unix

    Hi,
    We hve written one PLSQL code to generate report in XLS format which is getting generate using JAVA .
    If i am running query in database french charators are looking fine but once report is getting generate in unix environment charactore are getting change in question mark .The same code works fine in windows..
    Please find code snippet :
    --initialize the o_reportBlob BLOB variable
    DBMS_LOB.createtemporary (o_reportblob, TRUE, DBMS_LOB.CALL);
    --write report title and generated date to the report blob
    DBMS_LOB.writeappend (o_reportblob,
    LENGTH (v_reporttitle),
    UTL_RAW.cast_to_raw (v_reporttitle)
    -- write report Generated Time stamp to the report blob
    -- modify report title to add generated sysdate
    v_reportgendate :=
    CHR (10)
    || 'Generated Date: '
    || TO_CHAR (SYSDATE, 'DD-MON-YYYY HH:MI AM')
    || ' PST'
    || CHR (10);
    DBMS_LOB.writeappend (o_reportblob,
    LENGTH (v_reportgendate),
    UTL_RAW.cast_to_raw (v_reportgendate)
    Please help me its urgent ..
    Thanks in advance .
    Thanks
    saurabh s

    Most probably the font required for this report isn't available in the Unix machine.
    Install the font in unix machine and try..
    Hope this helps

Maybe you are looking for

  • My music files keep disapearing from iTunes Its all up to date

    My music files keep disapearing. I have uninstalled iTunes and re installed it, works for a bit then slowly the ! keep appearing. Can someone please help me?

  • MacBook Air "dead," 3 beeps on turn-on, dark screen

    Pushing the power switch just gives repeating 3-beeps. If I hold the power button down it stops. Nothing on the screen. Any tips to resurrect it, or do I need to take it in to a store? Before it "bricked," within a few hours, twice it froze and I saw

  • PCTUSED IN 10g

    hi In 10g default value of PCTUSED=0 .Does it affect the insertion of new rows in the block

  • Adobe Myriad Arabic Problem

    I'm intending to use Arabic Myriad for our next project and I was stting up the styles when I realised that there are serious problems with this font. Some ligatures are wrong and diacritics are overlapping some letters. Can anybody let me know if th

  • Can I run IWork on a 400MHz G4?

    Just picked up IWork and didn't notice it requires 500MHz or faster. I have a 400 MHz G4. Does anyone know if the appication will still run? A friend thought it would run but just not as fast. I'd like to know before I spend money on some additional