Pages '09 special characters showing up weird

Hi, I am a new Mac user and i have found that in pages '09 some of the special characters are not displaying correctly, the main problems are with the mathematical x and y symbols, if I copy and paste the strange characters out of pages then they display correctly it is just in pages that I have the problem. come to think of it the error came along when i upgraded to the latest version of Mountain Lion, could this be a problem?
This is an example of the characters x and y:

Never mind, I found it via google.  Unicode 1D465 for the X. 
This is because the font in your document does not have that character or uses it for a differnt symbol. When you drag the symbol from the center pane of the character viewer, it pastes it in using whatever font you are using. If you look at the character viewer and look at the font variations, you will see Cambria Math as one of the variations. Drag the symbol from there and it will display correctly (because it will be pasted in as Cambria Math). Or you can use the Cambria font in your document and drag the X from the center pane.

Similar Messages

  • Weblogic 12c Servlet Response - Special characters show up as question mark

    My web app is running on Weblogic 12c (12.1.1) using WebWork + Hibernate. The program streams data (bytes making up a pdf) from a CLOB in an Oracle Database to the AsciiStream of the servlet output response. No exceptions are thrown, but the generated pdf contains blank pages. Comparing the bytes of the generated pdf, special characters are showing up as question marks.
    Some of the bytes read in from the database contain 8 bits (correct data), but the bytes that the servlet return contain only 7 (all bytes with 8 bits become "1111111"). The number of bytes returned from the servlet is correct.
    Code:
    //Response is HttpServletResponse
    response.setContentType("application/pdf");
    response.setHeader("Content-Disposition", "inline; filename=\"test.pdf\"");
    out = response.getOutputStream();
    byte[] buf = new byte[16 * 1024];
    InputStream in = clob.getAsciiStream();
    int size = -1;
    while ((size = in.read(buf)) != -1){
    // buf contains the correct data
    out.write(buf, 0, size);
    // other exception handling code, etc
    out.flush();
    out.close();
    "Correct" pdf byte example:
    10011100
    10011101
    1010111
    1001011
    1101111
    11011011
    Incorrect pdf byte example:
    111111
    111111
    1010111
    1001011
    1101111
    111111
    I have verified that the data read from the CLOB in the database IS correct. My guess is that the Weblogic server has some strange servlet settings that causes the bytes to be written to the servlet output stream incorrectly, or a character encoding issue. Any ideas?
    Edited by: 944705 on Jul 26, 2012 10:17 AM

    Solution found, I'll post the work around to those who might encounter the same problem.
    Somewhere in the layers of technology (webwork or weblogic I'd guess), the servlet response is encoded into UTF-8 regardless. The encoding in the database was ISO-8859-1. Sending ISO encoded bytes by UTF-8 caused the conflicting character codes (anything above 127) to show up as undefined.
    The fix is to decode the input byte array into ISO-8859 string, then encode that string into UTF-8, which can be send by Weblogic.
    isoConvert = new String(buf, "ISO-8859-1");
    out.write(isoConvert.getBytes("UTF-8"), 0, isoConvert.getBytes("UTF-8").length);

  • SSID with special characters showing up in place of the letters

    On a Win 7 machine the SSID list of available wireless networks is showing up with special characters in place of the normal letters in the name of the SSID... It has nothing to do with the Linksys Router, it is a problem on this computer. It makes it impossible to connect to a wireless network. I removed the device and reinstalled it hoping that might help. I can't find any viruses, (Known Viruses) Has anyone here seen this before? I am atttaching a photo of this. Any help appreciated.

    marke1102 wrote:
    On a Win 7 machine the SSID list of available wireless networks is showing up with special characters in place of the normal letters in the name of the SSID... It has nothing to do with the Linksys Router, it is a problem on this computer. It makes it impossible to connect to a wireless network. I removed the device and reinstalled it hoping that might help. I can't find any viruses, (Known Viruses) Has anyone here seen this before? I am atttaching a photo of this. Any help appreciated.
    Is this the only computer having a problem? How many wireless devices are connected and working to the router right now?

  • Special Characters showing up as gibberish

    Hello!
    We're using a large number of Edge documents to form a app.  In the app we have a option that can change the language. (in this case, Spanish)
    However on some pages, but not all, any character with a accent on it shows up as other characaters.
    For example.  The word "Anatomía" will appear as "AnatomÃa"  Does anyone know why this may be?  Like I mentioned, most other pages don't have this issue, and I dind't do any special formatting... just standard stuff Edge allows you to do by default.
    Thanks!

    Yep, it looks like something got munged in your copy and paste.  There are a couple of things you can do:
    Re-enter the codes manually by copying and pasting the accent from a native application like TextEdit or Notepad
    Re-enter the codes manually by changing your keyboard or using the Unicode entry method on Windows, as resdesign suggests
    Use the web shortcuts like é
    Hope that helps!
    -Elaine

  • HTML ATTACHMENT - SPECIAL CHARACTERS IS COMING WRONLY

    Hi All,
    i have used SO_DOCUMENT_SEND_API1 to send the attachment in mail ... in attachment mail it is not supporting special characters, showing the characters wrongly
    For example..
    User given Decription
    Moeda Comemorações e Evento
    Recieved Output like this
    Moeda Comemora瀵es e Evento
    Please let me know any parameter i have missed to enable unicode functionality.
    searched in the SDN, some suggestions to apply the sap note but my system is already applied ...
    Thanks,
    ram

    Hi,
    Pass the attachement data to contents_hex  instead of contents_bin    
    See the conversion between the bin and hexa..
    CALL FUNCTION 'SO_RAW_TO_RTF'
        TABLES
          objcont_old = lt_objbin
          objcont_new = lt_objbin.
      LOOP AT lt_objbin INTO l_line.
       conv = cl_abap_conv_out_ce=>create( encoding = 'UTF-8' endian = 'B').
        CALL METHOD conv->write( data = l_line ).
        l_buffer = conv->get_buffer( ).
        MOVE l_buffer TO l_hexa.
        MOVE l_hexa TO l_hex-line.
        APPEND l_hex TO lt_contents_hex.
      ENDLOOP.
    For more help refer to this link for example..http://docs.google.com/Doc?id=dfv2hmgs_6hf8nm5f4&hl=en

  • Special characters (norwegian wovels) not showing correctly in Page Layouts

    We have a publishing site which surfaces content from several catalogs in an authoring site in a cross site collection publishing environment.
    We have a problem with labels for Catalog-Item Reuse Snippets containing norwegian vowels/special characters not showing properly. An example of a snippet is shown below. This contains the character ø (oslash).
    <div class="rightColPaddingUnder"><h2>Leverandørkontakt</h2>
    <!--CS: [NavnhovedkontaktleOWSTEXT] Start Catalog-Item Reuse Snippet-->
    <!--SPM:<cc1:CatalogItemReuseWebPart runat="server" UseServerSideRenderFormat="True" ResultType="" NumberOfItems="1" UseSharedDataProvider="True" OverwriteResultPath="False" ResultsPerPage="1" SelectedPropertiesJson="[&#34;NavnhovedkontaktleOWSTEXT&#34;]" Title="$Resources:Microsoft.Office.Server.Search,CBSItem_Title;" Description="$Resources:Microsoft.Office.Server.Search,CBSItem_Description;" MissingAssembly="Cannot import this Web Part." ID="g_1d79f6d5_037f_43b3_ac4b_4e7bc10ff1c3" __WebPartId="{1d79f6d5-037f-43b3-ac4b-4e7bc10ff1c3}">-->
    <!--SPM:<RenderFormat>-->
    <!--DC:Viser verdi fra søk uten ekstra formatering.-->
    <!--SPM:</RenderFormat>-->
    <!--SPM:</cc1:CatalogItemReuseWebPart>-->
    <!--CE:End Catalog-Item Reuse Snippet-->
    </div>
    The frontend messes the character up and displays this as strange A
    We have tried several things in order to fix this but are running out of leads:
    tried to change encoding in the page layout html file from utf-8 to iso-8859-1
    tried to replace ø with the hex value (&#248;) and the old school & + oslash + ; way of encoding characters
    Regional settings on the server is verified to be norwegian
    The strange part is that actual content in the content type columns that we display around the page actually shows the norwegian characters correctly

    Excellent, thanks!. I checked the top level globalization setting i IIS and this was set to Windows-1252.
    However, our work around solution was to add the 
    <meta charset="utf-8">
    declaration inside the first MS-statement inside the body tag of the page layout HTML file like this:
    <?xml version="1.0" encoding="utf-8"?><!--SPG:
    -->
    <!DOCTYPE html[]>
    <html class="no-js" lang="en" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>Some title
    </title>
    </head>
    <body>
    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderTopNavBar" runat="server">-->
    <meta charset="utf-8">
    <!--MS:<SharePoint:AspMenu ID="TopNavigationMenu" runat="server" EnableViewState="false" DataSourceID="topSiteMap" AccessKey="&#60;%$Resources:wss,navigation_accesskey%&#62;" UseSimpleRendering="true" UseSeparateCss="false" Orientation="Horizontal" StaticDisplayLevels="1" AdjustForShowStartingNode="false" MaximumDynamicDisplayLevels="3" SkipLinkText="">-->
    Strange, but it worked.
    Actually we tried to set the globalization settings in the web.config files of the different IIS sites running in the webapp yesterday like this:
    <add name="SPWindowsClaimsAuthentication" type="Microsoft.SharePoint.IdentityModel.SPWindowsClaimsAuthenticationHttpModule, Microsoft.SharePoint.IdentityModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    </httpModules>
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="nb-NO" fileEncoding="utf-8"/>
    <!--<globalization fileEncoding="utf-8" />-->
    <compilation batch="false" debug="false">
    As far as I can understand this should have the same effect as setting this in IIS.
    It seems that the IIS setting actually overrides whatever you put in web.config for globalization options.
    We have updated the IIS setting now to UTF-8 and done a IIS Reset. At the moment we get corrupted characters still, but now the existing aspx-files probably is corrupted and needs to be replaced with fresh ones. I will do a catalog dis-/reconnect.
    I'll update with whatever we end up with as the final solution. Anyway, very grateful for the invaluable help from a fellow Scandinavian :-)

  • Special characters broken in Pages

    Hi all,
    I upgraded from Snow Leopard to Mavericks last week (very happy with the decision) and from Pages '09 to Pages 5. I soon moved from Pages 5 back to Pages 09 as it broke all my ToCs and had various other nuisances.
    However, I've come to write a document (I'm an engineer) and inserted a special character (greek epsilon) for the first time since all these upgrades.
    Firstly, the special characters palete has turned into a weird emoticon panel... [sidebar - Read the text in the background of the screenshot, Apple Devs - does it REALLY look like purple hearts a priority?].
    Secondly, there is an actual bug - when you've finally located the character you want it doesn't insert correctly. In the screenshot below, I've inserted five variants of hte greek letter epsilon. Four of them inserted a totally blacnk character and the fifth some otehr symbol I don't even recognise - certainly no variant of epsilon.
    QUESTION 1 - AND AN ANSWER
    Is there any way to turn this ridiculous thing off and just open the special characters pallete?
    Finally figured out that the button on the top right of the pallette is a toggle. Press it and thereafter the proper pallette shows up first.
    QUESTION 2
    The usability of the palette aside, I really need special characters - complete game changer for me. Does anyone know whether there is a fix or workaround for this problem please?
    NEEDED TO FILE A PLAUSIBLE BUG REPORT
    1. More information - if you've upgraded to Mavericks but not yet to Pages 5, could you try inserting an epsilon character please?
    2. More information - if you've upgraded to Mavericks and are running Pages 5, could you try inserting an epsilon character please?
    3. More information - if you've upgraded to Mavericks, run Pages 5 but still have '09 installed, could you try inserting an epsilon character please?
    Answers to these three should help Apple to narrow down the source of the problem.
    Thanks for any help you can offer,
    Tom

    I'm not sure what you are referring to by "variants" of epsilon, but I have no problem inserting Εε or anything else in Pages 4 or Pages 5 while running 10.9.

  • Special characters not showing

    Hello, I am having a strange problem with showing special characters in the browser when I upload the site. (its fine when I view it on localserver)
    For example on my website: http://www.reese-test2.co.uk/
    if you do a search for example: 3GLG534WW - instead of seeing the degree symbol there is a �
    it should read 35° beam angle not  35� beam angle
    I know i could go through all 500 products and change the beam angle character on my SQL database to:   35&deg;
    But surely there is an easier way? This being a lighting website for my work I have other special characters that will also show up weird, so would be good if there was an easy fix to this. I am using WAMP, and DW CS6.
    Is there a line of code I can add to my results.php page that will force the characters to show properly?
    thanks
    Sara

    Hi Just thought I would update this post. My server provider said they cannot change the character set due to how they were set up, so had to do a find/replace in PHPmyAdmin - (SQL tab) instead.
    Ken thanks for your idea. This didnt initially work for me, so googled it and had to make a couple of changes to the code, but this then worked. "Replace" needs to be in caps and the brackets removed.
    Original:
    update [table_name] set [field_name] = replace([field_name],'[° ]','[&deg;]');
    Correct:
    UPDATE productsearch SET description = REPLACE (  description,  ‘°’,  ‘&deg;’);
    thanks for your help Ken Binney
    Sara

  • [Gnome] weird appearance of special characters

    Hi,
    Yesterday I installed a new arch on my PC. When I was looking for a file on my HDD I saw an weird appearance of special characters like "☆" or "♪", they've been replaced by a square...
    I think this is a problem with my locales but I don't know where is my problem...
    In my rc.conf I have :
    LOCALE="fr_FR.UTF-8"
    I also tried to set "utf8" in lower case but didn't worked.
    In my locale.gen I have uncommented :
    fr_FR.UTF-8 UTF-8
    fr_FR ISO-8859-1
    When I type on a Terminal "locale" I get that :
    LANG=fr_FR
    LC_CTYPE="fr_FR"
    LC_NUMERIC="fr_FR"
    LC_TIME="fr_FR"
    LC_COLLATE="fr_FR"
    LC_MONETARY="fr_FR"
    LC_MESSAGES="fr_FR"
    LC_PAPER="fr_FR"
    LC_NAME="fr_FR"
    LC_ADDRESS="fr_FR"
    LC_TELEPHONE="fr_FR"
    LC_MEASUREMENT="fr_FR"
    LC_IDENTIFICATION="fr_FR"
    LC_ALL=
    But nothing with utf8...
    I also try to type "locale-gen" between different steps but it didn't worked too...
    Thanks for you help !

    I went toe Edit → special characters which opened up the special characters window, which is the same as the Character view that I can access for my menu bar in the upper right of the screen (next to the battery icon), then I went to the "Greek" option on the side so the greek letters showed up and doubled clicked on my symbol of choice.
    I will do below to see if it works here:
    α β
    Also thanks Peter I will check her version of word, I am pretty sure if it is running that then she probably doesn't know about it.
    Kari

  • How do I use a font variation in a pages document. I no longer have the "viewer" -glyph option in special characters pane only new mbPro with Lion. I know the variation is available because I can see it in the font book. so now what I just want to be

    How do I use a font variation in a pages document? or other app for that matter? I no longer have the "viewer" - glyph option in the special characters pane (under edit  in toolbar). I know the varaition ia available because I can see it in my font book. I depended on that alot so I need to find a way to still use character and embellishments. I don't want to have to go back to my od computer (from2007) Please Help!

    I really don't understand.
    The menu item is available :
    Maybe, you didn't activate the tool :
    Yvan KOENIG (VALLAURIS, France) mardi 2 août 2011 23:10:17
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • In Pages for iPad is it possible to insert special characters like those for logic and math?

    Hello there,
    Is there a way to digit special characters in Pages for iPad?
    I need to include in my document logical symbols.
    Thank you!

    Thank you Tom Gewecke for that app suggestion!  I've been wanting this for a long time.

  • Special characters are not showing properly in FF.

    I am developing an website where user can input special characters like '¥' or '╩' like this. I have to store these value to DB and wold display it from DB. When I try to fetch these value from DB, it looks like '�'. I am using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in my jsp page. This is working fine in Chrome, problem occurs with FF only. Please help.

    Are you serving the page fully formed, or inserting the characters into the page from an XMLHttpRequest? Could you post a link to a page demonstrating the problem?

  • Trouble showing special characters on pdf s on ipad

    Hi. My ipad doesnt show some special characters (like omega). The is a problem when opening a pdf in safari, ibooks and goodreader, i.e. everywhere i try. Please, I need a solution since the ability to show pdf including those signs is why we got ipad at our company.

    Please, I need a solution since the ability to show pdf including those signs is why we got ipad at our company.
    I think the only solution is for you to try to get your material in another format, like .doc or .html, or modify the way the pdf's are created. Whether your current pdf's are made in some unusual way or iOS lacks something they need is hard to know. To tell Apple about the problem go here:
    http://www.apple.com/feedback/ipad.html

  • Special characters are not displaying in ADF jsp page

    Hi All,
    By using ADF view controller,I am getting the data from database table but when I display the data in jsp page after special character < what ever the data is there it is not displaced.Provide any suggestions.
    Thanks in Advance
    Mani

    Hi Mani,
    < is a special HTML character and obviously it may not me displayed correctly.
    Here is a reference of all HTML special characters: http://www.w3schools.com/tags/ref_entities.asp
    In your case you can replace < with its special symbol representation - *&amp;#60; or &amp;lt;*
    I also advice you to do so for all special HTML characters.
    You can use this Java library for that purpose : http://commons.apache.org/lang/api/org/apache/commons/lang3/StringEscapeUtils.html
    Nikolay

  • Skype Showing Special Characters as Boxes []

     Just less than an hour ago, I had a problem with some virus-extensions. I did necessary uninstallments and downloaded Adwere to make sure the extensions are gone for good. Once I've done so, Adwere uninstalled many different files. So far, no problem with anything in Skype. Except my name and other special characters.
    Like, now some Japanese/Chinese/Korean ETC. characters are showing as boxes. What bothers me the most is my name. It used to be (づ。◕‿‿◕。)づ but now it shows like this: http://puu.sh/cndAy/f9f6c721dc.png . I'd like to keep the same font, Tahoma (8 points) because it has been the same always and my name and other characters in my friends' names ETC. where always shown. So any solution instead of changing fonts/installing fonts is appreciated because I'm so used to Tahoma's look on the many years I used Skype and don't want any change.

    You're right that whitespace doesn't show as squares anymore (I think they did in the past), but everything else seems OK.
    Why don't you try something like this and prove for yourself:
    select '     
    !"#$%&''()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ' from dualRegards,
    K.

Maybe you are looking for

  • Pasting Attributes with Title 3D? - A follow up inquiry

    Hello All, The other day I asked whether it is possible to copy and paste attributes from a text 3D title to another. The answer/solution offered was to take a "master" format, and then change the specific names and titles in each clip. I keep thinki

  • Java.io.NotSerializableException: engine.MyMetaData

    the exception.... java.rmi.UnmarshalException: error unmarshalling return; nested exception is:      java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: engine.MyMetaData java.io.WriteAbortedException: Writi

  • Accessing Jar resource issue (in Junit test)

    Hi, I have a package called my.test.example containing one class called Example1.class and a property file called MyProp.properties. I am trying to load the content of MyProp.properties with the following: static {     Properties Configuration = new

  • Looks like only one PCIe/GPU is working!!???

    Late 2013 (refurbished and and just purchased from Apple) Mac Pro 6 core seems to be using only one GPU, the one in Slot-2.  Even if I plug in the miniDP into a different thunderbolt opening on the Mac it always shows up ( About this Mac + More info.

  • Cisco LMS 3.1 new server - Restore Data

        Hello fellows, Recently we had some problems on our CW LMS 3.1 server and had to format/re-install. However, I am using the command below to do a restore but with no luck, and without being prompted for any errors on cmd (the command corrrect but