Unwanted characters appear

When my pages are published to a website (through another host), I have odd characters showing up where certain punctuation marks (like apostrophes, bullet points, quote marks) and commas should appear. What is happening? How can I fix it?
www.mysuccessfuldivorce.com

I have odd characters showing up where
certain punctuation marks (like apostrophes, bullet
points, quote marks) and commas should appear.
Your server is (mis)configured and forcing all browsers to use the wrong encoding. See this note for fixes:
http://homepage.mac.com/thgewecke/iwebchars.html

Similar Messages

  • Garbled characters appear in PDF's generated in Acrobat XI 11.0.10

    Adobe: when generating PDF's using Acrobat XI 11.0.10, garbled characters appear on complete lines on otherwise legible generated pages. Adobe Acrobat says no updates are available. Please advise what workaround(s) should be used to prevent this. The problem seems to be increasing lately.
    Platform: Windows 7.
    Steps to troubleshoot: have no idea where to start other than updating Acrobat which has already been done.

    You probably are using some strange fonts that Acrobat can not embed due to licensing and are not viewing with system fonts. Be sure all the fonts are embedded (document properties -- ctrl-D).

  • Garbage characters appearing in CHM Index pane

    Help! I have a CHM that has garbage characters appearing in
    the Index pane. It is only when accessing the 'p' section of the
    index. Here is a link to the screenshot so you can see what I mean:
    Garbage
    characters in Index pane of CHM screenshot
    I don't know why this is suddenly appearing.
    I am using RoboHelp 6 on Windows XP Pro.
    Any suggestions on how I can fix this? Do I need to recompile
    the index? If so, how do I do that?
    Any help would be greatly appreciated.
    Thanks,
    Greg Davis
    Senior Technical Writer
    Consona ERP

    Dirk,
    Thanks for taking the time to help me. Here are the answers
    to your questions.
    Q: Do the index links work in these cases?
    A: Yes the links work fine.
    Q: What does the topic titles look like in these files?
    A: The titles look normal. Is there something I should be
    looking for?
    Q: What do the properties of these entries look like?
    A: What specific properties do you mean?
    Q: Is this one help system or do you merge?
    A: This is one single help file, no merged projects.
    Q: Is there any translation involved at any point?
    A: No
    Q: Open the project's HHK-file with Notepad and look at the
    first lines. Is there any codepage statement?
    A: No. Here are the first few lines:
    <html>
    <!-- Sitemap 1.0 -->
    <object type="text/site properties">
    <param name="SiteType" value="index">
    </object>
    Any help you can offer would be greatly appreciated.
    Greg

  • When I print a document with Arabic script in In Design the characters appear in an inverted form, in the opposite direction, while the printer doesn't do this with other software such as Word

    When I print a document with Arabic script in In Design the characters appear in an inverted form, in the opposite direction, while the printer doesn't do this with other software such as Word

    (The small field at the top of questions is to type just a title; the large field is to type your full question in, along with anything else that may help us help you.)
    When you say "print", do you mean the text is correct in your InDesign file? If you export the document to a PDF, is it still correct? Final test: if you print the PDF to your printer (making sure you use the same driver and setting), is it wrong? Then it's your printer driver, trying to be smart when it should not. Locate a Settings dialog where you can switch off options such as this one. Were I a betting person, I'd tell you to look for something called "Auto-correct mirrored documents".

  • When converting report to PDF, Russian characters appears as junk in adobe

    Dear all,
    When generating reports (ver 6.0.8.14.2) with Russain characters, after coverting the report to pdf, all the Russian characters appears as junk in the adobe acrobat reader. Please help how to resolve this issue.
    Note: Initially in the report I used arial font and the report runtime preview displayed all Russain characters as junk, but when I use the MS sans serif font all the russain characters appears properly in the reports runtime preview.
    Question: HOW TO DISPLAY RUSSIAN CHARACTERS PROPERLY IN PDF
    Regards
    Binu

    Hi Sriman.
    Thank you for the reply, but that does not solve my problem. I know that there is a size A4 210x297 mm, but i cannot use that as i have to use the other one only.
    It is very surprising, that i dont have that option in WAD while designing, but get that option when i execute the query.
    I guess i will have to post it to SAP, so they can create a note for this.

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

  • [PART SOLVED] Random j, k characters appearing on lines. A vim issue?

    Hi There,
    I recently noticed that when scrolling around a file using the keys j and k in normal mode that random j and k characters appear at the end of lines. Initially I thought this was a terminal issue so I switched terminals, no luck. I removed all erroneous crap from .vim, no luck. I have googled around a bit, and it appears this is a known issue with jslint, but this is occuring with no plugins. Ctrl-l removes the random characters, and they don't appear to be getting written to the file, but it is annoying non the less.
    Any thoughts?
    Thanks.
    Last edited by ZombieX (2012-05-25 12:36:50)

    Thanks for the reply. In my case, it appears more frequent when you scroll back and forth over pages using j and k. I haven't noticed anything with the 'O' command but I will keep an I out. I haven't been able to find the root cause of this, nor have I found any 'real' fixes so I either deal with it or use emacs with VIM bindings. I'll consider this closed.

  • Removing unwanted characters from imported string

    Hello,
    I have a tab-delimited .txt file which I have to import into Indesign for further processing.
    The file is composed by a 3 columns header row at the beginning (Code, Description, price) followed by a series of 3 columns data rows.
    The problem is that sometimes, depending on the way the txt/csv file has been created, may include unwanted characters (such as spaces, double spaces, etc.).
    Is there a way to "clean" the imported strings from these unwanted characters?
    This is my starting code:
    function processImportedTxt(){
        //Open .csv file
        var csvFile = File.openDialog("Open file .csv","tab-delimited(*.csv):*.csv;");
        datafile = new File(csvFile);
        if (datafile.exists){
            datafile.open('r');
       var csvData = new Array();
       while(!datafile.eof){//read every row till the end of file
            csvData.push(datafile.readln());
        datafile.close();
        for(a=1; a<csvData.length; a++){
            var myRowData = csvData[a];//row of data
            var mySplitData = myRowData.toString().split("\t");//divide columns
            var myRowCode = mySplitData[0];
            var myRowDesc = mySplitData[1];
            var myRowPrice = mySplitData[2];
            // Here goes code for cleaning strings from unwanted characters
    processImportedTxt();
    Any help would be much appreciated
    Thanks in advance

    Hi,
    If you want to safe 1-space occurences just a small correction:
    i.e.:
    var myRowCode = mySplitData[0].replace(/\s\s+/g,'');
    Jarek

  • Series of 8 characters appearing under my mouse pointer

    i have a mac... mid 2007. no problems with it ever in the last 7 years. today...about 2 hours ago...i started to see a weird series of 8 strange unidentifiable characters appearing under my mouse pointer on my screen... it just moves right along trailing my pointer around. does anyone know what this is...and how to get rid of this annoying pain in the butt. i checked thru my mac downloads looking for any weird downloads...but i see nothing out of ordinary...and i am normally pretty cautious about links and weird ads online and i never click on them. my mac had 500 gig hard drive...and i still have 400 remaining after 7 years. anyone have any ideas on how to get rid of this problem. i thought it was the mouse batteries or the mouse itself so i swapped around with another... but its not the mouse. please help. thanks.

  • IOS7 upgrade has ruined messaging, huge delay in typing before characters appear in screen on iPhone 4

    IOS7 upgrade has ruined messaging, huge delay in typing before characters appear in screen on iPhone 4.  Anyone else experiencing this?

    I have the exact same issue right now!

  • Check a string in bash for unwanted characters

    Hello,
    I'm trying to do a bash script that checks a variable against a list of unwanted characters, e.g. to parse a file name.
    This doesn't really sound like a difficult task, but for some reason, whatever I've tried so far does not work, including my last attempt, shown below. Perhaps I'm doing something silly here - and I'm getting tired of it. What would be the best way for instance to parse a file name for invalid characters, or to accomplish or fix the below?
    #!/bin/bash
    read -p "Enter a filename: " fname
    invalid_chars=", . ! @ # \$ % ^ & \* ( ) + = ? { } [ ] | ~"
    i=0
    while (( i <= ${#fname} )); do
       char=${fname:$i:1}
       for char in `echo $invalid_chars`; do
         echo "$char"
       done
       (( i += 1 ))
    doneThanks.

    Meanwhile I figured out the mistake I made in the for loop. The below finally works catching the list of characters. It won't catch * and ? though. I wonder if there wasn't an easier way to do it, beside using "grep".
    #!/bin/bash
    f_varcheck()
      ifs_orig=$IFS
      count=0
      score=0
      while (( count <= ${#1} )); do
        char=${1:$count:1}
        if [ "$score" = "0" ]; then
          wanted_char='~,!,@,#,$,%,^,&,(,),+,`,='
          IFS=$','
          for item in `echo "$wanted_char"`; do
            [ "$item" = "$char" ] && score=1
          done
        fi
        if [ "$score" = "0" ]; then
          wanted_char='{,},|,[,],\,:,",;,<,>,., ,/,'
          IFS=$','
          for item in `echo "$wanted_char"`; do
            [ "$item" = "$char" ] && score=1
          done
        fi
        if [ "$score" = "0" ]; then
          wanted_char=','
          IFS=$' '
          for item in `echo "$wanted_char"`; do
            [ "$item" = "$char" ] && score=1
          done
        fi
      if [ "$score" = "0" ]; then
        (( count += 1 ))
      else
        break
      fi
      done
      IFS=$ifs_orig
      [ "$score" = "1" ] && return 1 || return 0
    read -p "Enter a filename: " fname
    if ! f_varcheck "$fname"; then
       echo "Invalid character \`$char\` found."
    else
       echo "Input is ok."
    fi
    {code}
    Edited by: Dude on Feb 11, 2012 8:51 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unwanted fills appearing on objects that have no fill

    Hi, Something has changed from CS5 to CS6 and I can't figure out what is going on.
    This issue happens only when my co-worker and I share a file. We are both using the identical up to date macs with our own versions of CS6.
    If he sends me a file with traced text like below when I copy the text and paste unwanted fills appear (and the art for the cutout of the inside of objects vanishes). This happens on any art with "holes" in the objects (not just traced art).
    There is no fill on the inside of the letters, file has been expanded.... any ideas what might be causing this? Co-worker and I have worked together for years sending similar files back and forth, but since CS6 this has started popping up.
    Thanks for any help.

    TMOTX,
    How are you exchanging files?
    If you are saving to external media: It is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky (for a while), but the chances of file corruption and other unpleasantnesses are immensely greater when you use anything but the harddisk, and it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html
    What happens if you transfer the files using the OS copy and paste outside Illy, or email them, maybe as zipped files?

  • Arabic characters appear as empty squares when using certain HTML tags or font styles

    Only when HW acceleration is on. Arabic characters appear as empty squares when using "italic" or "oblique" font styles or when using &lt;i&gt; or &lt;em&gt; html tags.
    Try this code to replicate the problem
    <pre>
    &lt;p&gt;مشكلة ظهور المربعات الخالية بدل الحروف&lt;/p&gt;
    &lt;p style="font-style: italic;">Italic مشكلة ظهور المربعات الخالية بدل الحروف&lt;/p&gt;
    &lt;p style="font-style: oblique;">Oblique مشكلة ظهور المربعات الخالية بدل الحروف&lt;/p&gt;
    &lt;i&gt;i tag مشكلة ظهور المربعات الخالية بدل الحروف</i> &lt;br&gt; &lt;br&gt;
    &lt;em&gt;em tag مشكلة ظهور المربعات الخالية بدل الحروف &lt;/em&gt;
    </pre>

    After lots of research, I found the problem. The boxes (squares) show up whenever there is a font in the webpage that does not have Arabic within its Unicode range such as Times New Roman Italic or Oblique. Normally, Firefox will pick another font to display the characters but now, a newly introduced feature is interfering.
    To fix the problem without turning off hardware acceleration.
    Go to about:config
    locate: gfx.font_rendering.directwrite.use_gdi_table_loading
    which is True by default in FF4.0 Beta 10, and change it to False.
    This is a bug that has to be fixed.

  • Junk characters appearing

    hi folks,
    Junk characters appearing in the text file when the korean language is downloaded from the sap internal table.
    please help to resolve this.
    Regards,
    Rohan.

    Hi Rohan,
    Can you debug and check if the junk characters are appearing in the internal tables at runtime?
    It could be possible that your output file, when opened with Notepad or Word, does not recognise the Korean language characters.
    Please do revert back if this isn't the case...
    Cheers,
    Shailesh.
    Always provide feedback for a response! It helps us stay upbeat throughout the day!!

  • Weird characters appear in title bar when windows are maximised

    I am using awesome WM and when windows are maximised weird characters appear.  It appears normal when unmaximised.
    Maximised window:
    Unmaximised window:

    Well I finally figured out (accidentally )  that these indicate the state of window i.e floating, maximised horizontally, maximised vertically.

Maybe you are looking for

  • How to convert date in the dashboard prompt

    can anybody tell me how can i conver the date into month year format in the dashboard prompt originally i am getting data as a date in the dashboard prompt.i want to change that to MON YYYY format. can anybody tell me how can i change the original da

  • Media Manager - Can I alphabetize the Artists?

    When I browse by artist through my STB they appear to be in random order.  This makes it real difficult to find anything.  How does media manager choose the order to display the Artists.  Maybe I'm missing something.  I have over 500 artists on my PC

  • When to use the composite application framework...

    Hi. I am unsure where you would use CAF and where you would use normal webdynpro / portal components? What business scenarios lend itself for implimenting GP with callable dynpro /portal components more than normal webdynpro where the navigation is d

  • My iPhone is linked with my grandmas phone how do I remove it?

    She receives all of my text messages.....

  • Deploying Cube from Essbase Studio

    Hi, I am fresher and I am a student and I am trying to study Oracle Hyperion Essbase Studio. I have a problem when I am trying to Build outline and load data from Essbase studio ->Cube Deployment option. Failed to deploy Essbase cube. Caused by: Cann