Odd characters showing in capture

Captivate 8 Mac.
After a basic recording I've noticed the highlight boxes include a string of lovely dingbats. The same characters show regardless of the color of highlight box used. I have no idea how to get rid of this. The characters behave like text in that if the highlight box is narrowed considerably the characters don't show. I didn't think to check the XML files for the highlights to see if they include some odd tag.

Hmmm, Highlight Boxes aren't capable of containing characters, so whatever the characters are, are stemming from something else.
On second thought, it would seem the "Highlight Box" object typically has the term "Highlight Box". And that would seem to certainly correspond to the number of characters you are seeing. It's as if Captivate is presenting the word using Wingdings font or something.
Does the same thing occur for other objects, such as Click Box?
Have you reported this to Adobe as a bug?
http://www.adobe.com/go/wish
Cheers... Rick

Similar Messages

  • Odd characters showing up after publishing

    Everything looks as it should when I'm in iWeb, then i click publish and view the site. There are the A's with hats everywhere and now euro and tm symbols where " 's " should be. I've viewed the source code and I can see where these figures are showing up erratically where the should not be. I'm not a very tech savvy person, but I know enough to be guided. What can I do to make these symbols go away. It's my company site and it's not a site where anything can be directly or indirectly bought so I'm showing the address.
    www.hydragear.com

    That due to the server software. This web page explains it: PHP parse error .
    OT

  • How do i restore default text/font settings for fire fox?Text is not displaying correctly some letters not dark and see odd characters inplace of letters in words

    How do i restore my text so that all words are uniform in darkness?Now some letters are fragmented or missing a part of it and see odd characters instead of letters in some sentences.Ive tried different fonts in the Options still the same.Would like to
    be able to restore my default settings for text/fonts.Would that eliminate this problem?

    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.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

  • Reading Contents of URL with Spaces in its Path (+other odd characters)

    Hi, I am looking for a way to get the contents of a webpage that has a pathname with odd characters in it. Here is my "contents reader":
        public static String getURLContents(URL u){
            try {
                Scanner scan = new Scanner((InputStream)u.getContent());
                String output = "";
                while (scan.hasNextLine()) {
                    output += scan.nextLine()+"\n";
                return output;
            } catch (Exception ex) {
                System.out.println(ex);
                return null;
        }I have here selected exception output from two tests on the same URL, which has spaces. First, nicely formatted spaces (" "->%20)
    java.io.FileNotFoundException: http://www.publichealthalert.org/articles/tinagarcia/jemsek%20part%201.htm
    and Secondly, raw spaces:
    java.io.IOException: Server returned HTTP response code: 400 for URL: http://www.publichealthalert.org/articles/tinagarcia/jemsek part 1.htm
    The second example is obvious - there's spaces, and that's not the right way of doing things. But what's going on in the first example??
    Thank you kindly,
    K
    Edited by: nixxlmai on Jun 8, 2009 11:56 AM

    nixxlmai wrote:
    java.io.FileNotFoundException: http://www.publichealthalert.org/articles/tinagarcia/jemsek%20part%201.htm
    But what's going on in the first example??Do you insinuate that it works when there aren't any spaces in the URL? Have you actually tested an URL without any spaces?
    This exception merely means that the URL itsn't reachable on the given domain. It's actually a 404 error.

  • Accented characters showing up as ? in JRE1.3 but ok in 1.2

    I'm implementing a database web interface product that utilizes JSPs (on SunOS 5.7).
    The problem is in the search form. When using accented characters (French language), the JSP calls on URLEncode, but all accented characters show up as '?'.
    However, when editing a record, using accented characters is not a problem (i.e., the accented characters are properly stored in the fields).
    Back on the server, I ran a small program to output accented characters and also to call java.net.URLEncoder to convert the characters.
    The default JDK is J2SE (1.3.1). Compiliing and running the program results in question marks.
    Using JDK 1.2, the accented characters show up fine.
    It would appear that URLEncoder is not at fault, but instead, JDK 1.3.1 doesn't seem to handle the accented characters.
    I figure there must be a setting somewhere, but I'm not sure where.
    Here's the program I used (written in Win98, using standard Win-based character set and Unicode format \u00xx; in Unix, "more" displays the Win accented characters fine but "vi" displays them as \xxx; compiles and displays perfectly when using JDK 1.2):
    import java.net.*;
    class mine {
    public static void main(String args[]) {
    System.out.println("�����������") ;
    System.out.println(URLEncoder.encode("�����������")) ;
    System.out.println("\u00e0\u00e2\u00e4");
    System.out.println("\351");
    System.out.println("\351\347\356\364\373\340\350\342\344\374\357") ;
    The output with JDK 1.2 is:
    �����������
    %E9%E7%EE%F4%FB%E0%E8%E2%E4%FC%EF
    ���
    The output with JDK 1.3.1 is:
    %3F%3F%3F%3F%3F%3F%3F%3F%3F%3F%3F

    Between jdk1.2 and jdk 1.3 the default encoding of the vm changed.
    You can get it by executing:
    System.out.println("Default Encoding:" + System.getProperty("file.encoding"));
    or
    System.out.println("Default Encoding:" + (new java.io.InputStreamReader(System.in)).getEncoding());
    The default encoding is used during the conversion of bytes to strings and vice verca.
    Assume your default encoding is ISO8859_1. Then calling new String(byte[]) is equivalent to calling
    new String(byte[], "ISO8859_1")
    Now if you are converting a character from one encoding scheme to another and there is no mapping
    for this character in the target scheme. Then the character will be replaced by a default character
    which is (quite often) the question mark.
    You can set the default encoding for a vm by passing it as a command line parameter
    java -Dfile.encoding=ISO8859_1
    java -Dfile.encoding=Cp1252

  • Some japanese characters shows inccorrect TLF (but correct in TextArea)

    Some japanese characters replaces squares, but this characters shows correct in TextArea. How can I see this characters in TLF?
    Text example:
    123 ヒホミァ
    おきなヴァ ・ マギナァ
    GHJ
    English

    I didn't change font in TextArea, in TLF font is Verdana.
    OS: Windows XP
    Font: Verdana device font
    This problem we can see also in demo version (http://labs.adobe.com/technologies/textlayout/demos/)

  • I have Chinese Characters showing up on the top of my Firefox page.

    The Chinese Characters have been showing up for a couple of months. I have tried using various Virus Detecting programs such as MalewareBites but they don't seem to fix the problem. These Chinese Characters show up on the initial Firefox Search Screen as well as my ANZ Bank and Ancestry.com.au webpages just to name a few. How can I get rid of them. These Chinese Characters don't appear on Google or Internet Explore. If this can't be fixed I may have to stop using Firefox and use Google or Internet Explorer. I have tried attaching an image of this problem but it appears I am unable to.

    Hi, this is a known problem with McAfee Site Adviser, so if you are using it, that could be the cause. [https://community.mcafee.com/thread/76071?tstart=0 Here's a link to their forum], and [http://service.mcafee.com/faqdocument.aspx?id=TS100162 here's instructions] for removing it - should you wish to.
    Hope that helps.

  • Chinese characters show up as white boxes when doing captions

    I am using Premiere Pro CC 2014 on a late 2013 MacBook Pro. I am trying to add Traditional Chinese subtitles to my video. I have imported a .dfxp file and added it to the timeline on V2 above my video track on V1. I have rendered the timeline. I have activated the closed captioning display. When I view the .dfxp file in the Captions Window, I can see the Chinese characters in the text boxes with their associated in and out points on the timeline. THE PROBLEM: IN THE PROGRAM MONITOR WINDOW, THE CHINESE CHARACTERS SHOW UP AS WHITE BOXES INSTEAD OF THE CHINESE CHARACTERS.
    I have added all of the available Chinese fonts from Adobe Typekit. I have restarted Premiere to see if adding these fonts did anything to help. It did not. My question: how can I get the Chinese characters to appear instead of the white boxes?
    Here's what it looks like:

    Thanks for the post -- I'd file a bug report on this.

  • How to pass a value of 130 odd characters from a subroutine to a script

    Hi Friends,
    I am passing a value of 130 odd characters(say) from subroutine to script through ITCSY structure (VALUE- 255 characters), however, while debugging the script I find that the whole length is not getting passed into the script.
    Is this a limitation, or is there any solution to this?
    Thanks and Regards,
    Birendra Chatterjee

    Hi,
    Check the size of that Window in which you are displaying this Text of 130 characters.
    May be it is less
    in that case split that string into 2 strings and pass the two strings from ITCSY structure to script and use.
    reward if useful
    regards,
    ANJI

  • Characters shows as "?"

    Compile the  struct samples in FDK11
    2.Open with “Framemaker11”
    3.Insert characters as below in FM11
    4.Some of characters shows as “?” (eg: )。 Also , after save and close, reopen it, some of the characters shows as “?” too.
    Please help me solve the problem, so that we will not show “?” after reopen it.

    Please note that the Character Palette shows all of the unicode glyphs that exist, however the font being used may not actually have these encoded into it.
    For example, entering the 21D line of the Character palette shows the following results for different fonts:
    For the SymbolStd font, the contained glyphs are shown in this pdf: http://www.adobe.com/type/browser/pdfs/SYBQ/SymbolStd.pdf
    Is the correct font being applied to the characters in your example? To be certain that the correct charcters have been placed in the FrameMaker document, you should highlight the ? charcter and select the File > Utilities > Hex Input...option. This will display the exact unicode value of the selected character as shown below:
    If you check the SymbolStd glyph chart, you will find that the arrow glyphs above 21d4 are not present in the font, hence he question mark is displayed when the SymbolSd font is specified. However, these same codepoints exist in the Arial Unicode MS font and are correctly displayed.
    The reason that you aree seeing the ? characters means that for the specified codepoint, the font that is being used for that specific character does not have that glyph available. Check what is defined in your paragraph and character tags applied to your content.

  • When I transferred my itunes library, several song titles have odd characters in them

    I transferred my library from PC to Mac - some song titles that look OK on PC have odd characters in their title on Mac - why?  These songs still play fine and I can find no other problem with them.

    My DeDuper script is designed to help clean up. See this thread for background.
    tt2

  • HP Deskjet 630c printing odd characters

    Maybe every other printing job, the printer just shoots out blank pages with lines of odd characters.  I found the problem and an answer on the HP website, but, it is a pain to have to do the turn off printer or turn off computer every other job. It didn't used to happen so often. It makes no sense to change the CPU or cable since it prints just fine every other print job.  Should I buy a new printer?

    Hi Jeff,
    It appears to be printer related and not with the PC.  I found a document about replacing the cartridges that the printer needed to be in on.  You indicated that the power cord was disconnected when you replaced the cartridges.  See attached link to that document.
    Remove and Install ink cartridges
    That being said, I'd start with removing the ink cartridges while the power is on.  Close the cover and I'd unplug the power cord and wait 60 seconds and then plug it back in again.  Wait until all of the printer activity stops, you should have lights blinking for you to put the cartridges in.  With the power turned on... Install the ink cartridges per the attached document.
    Say Thanks by clicking the Kudos Star in the post that helped you. Please mark the post that solves your problem as Accepted Solution.
    I am employed by HP

  • Odd characters when printing PDFs from iMac (10.6.3)

    When printing a PDF from the iMac (new 27") above, we get odd characters printed down the right margin of the page. These characters do not appear when viewing in either Acrobat Reader or Preview. This also does not happen when printing from Parallels. The printer is an HP Officejet 6000. Just to throw an added wrench into this, the problem does not happen when printing from a new Mac Mini (also 10.6.3) to the same printer. Any solutions?

    Check whether the fonts installed and active are the same. In particular, look for font conflicts in Font Book, and resolve them so both computers are using the same versions.

  • Odd characters in Lync IMs -

    Lync 2013 Client running on Windows 8.1 (as part of Office 365 ProPlus)
    When I send an initial IM to a person, they are receiving odd characters rather than the message I typed, although on my end it appears correct.
    Additionally, when I review the conversations from my side in the conversation list view, each message recorded appears as the same sequence of odd characters that the recipient was seeing. See below image:
    I have attempted the following troubleshooting steps, but the odd characters are still present:
    - Did a complete uninstall of the Office 2013 (using a Microsoft supplied Fixit for performing an Office 2013 uninstall)
    - Reinstalled the Office 2013 suite
    This behavior is limited to this particular Lync client installed on a single machine.

    1) The behavior seems to be limited to IM's originating from a single machine, regardless of the user logged onto it.
    2) Yes - and it works fine from other computers
    3) US English
    As I said in the OP, this issue is limited to a single Lync 2013 client installed on a single machine - this is the Lync client that is initiating/sending the IM. To clarify, whenever a user on this machine uses Lync to send IM's, recipients of his messages
    sees the odd characters on the receiving end. Those recipients can be using Lync client, or even Lync via Outlook Web app. Furthermore, when checking the locally saved conversation on the sender side, the same bad characters are saved.
    Bob

  • Strange keyboard behavior - odd characters

    My friend's Macbook is acting weird. All the keys on the keyboard type correctly except the "H" and "V" keys. When typing a lower case "h", a superscript dot appears. Shift-"H" gives you a capital "O" with an accent mark over it. The "V" key doesn't do anything but give you a sound like you're running up against the end of something and can't input a character.
    I've monkeyed around with the input menu to make sure US Qwerty was the only keyboard layout selected. Tried switching to something else and back to US Qwerty. Still nothing.
    Any ideas what's going on here?

    I am also having strange laptop keyboard behavior, but a little different than inserting odd characters.
    While I'm inputting text, the cursor may jump back to the beginning of a text field or to the middle of a sentence and resume, resulting in a jumble of letters. Sometimes the cursor jumps multiple lines or letters ahead. When I try entering three of the same letters, it will only enter two, unless I insert the cursor manually. And all of this is intermittent.
    Has my keyboard gone wacko? I've tried looking for possible keyboard viruses in Google, but nothing seems to match the symptoms. Also, the space bar under the track pad seems a little tight—doesn't always fell like it clicks when I press it.
    Any ideas?

Maybe you are looking for

  • Can I copy mail prefs and mail folder from one mac to another?

    Hi everyone, My mac book pro's mail is corrupted... I've tried with a new .plist file and other than losing my settings it fixes the problem ! Instead of recreating my settings could I just replace the .plist file and the mac folder in my library fro

  • Maintain email functionality when submitting forms

    I have created several forms to be used internally at my company.  The forms provide information about a job and what is required to be worked on.  I have the forms set up to include a submit button and once pressed the form is attached to an email a

  • Is there any way to Integrate Sap b1 with microsoft project

    Hi, I would like to do add-on  Project Management. Before that I would like to get some idea from you experts Is there anyway  to integrate SAP B1 with Microsoft Project. I appreciate your help, and desperately need your help. Thanks in advance Regar

  • XA Global transaction

    Hi, I am unable to create a global transaction project.The project consists of a DB adapter that is polling a table,then using a mediator,it is putting the records into a queue using JMS adapter.But i am unable to make a global transaction happen as

  • ABAP Sp's

    Can anybody explain me how to apply ABAP  Sp's at OS level ?