Special Characters (Superscript) Problem

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Special Characters (Superscript) Problem

    I have all the dynamic texts with its variable, drawing data from MS Access,
    but when I have TM or R (Registered mark) in MS Access and it will not display
    in Dynamic Text in Flash? I have rendered text as HTML and tried some settings
    in Character Option with various numbers of glyphs - none of them worked. That
    drove me nuts!

    Is there a solution you can help me resolve this special character issue? Any
    actionscriptings that can do the magic?

    Thanks in advance!

    Christian

    Magnix Guest

  2. Similar Questions and Discussions

    1. Special characters
      I remember seeing an issue with special characters with MX. I'm getting returned '?' when I'm trying to see the character '?' and others. Has anyone...
    2. xml and special characters
      Hi I'm using a xml file to upload info to a flash app. For the xml I used utf-8 encoding but I'm having a problem the "&" symbol isn't displaying...
    3. Problem with special characters
      I have a dropdown menu ( <select> ) that is being dynamically populated by Javascript form an Array. THe Array is being created from the database...
    4. More special characters in FH
      Hello, Just one question: what do you do to insert ligatures and some "advanced" characters (glyphs) into the text created in FH? Thanks,...
    5. Special characters #,$ etc
      Does anyone know if these characters are supposed to be allowed under SQL92 naming conventions for table and colnames? Just wondering since it...
  3. #2

    Default Re: Special Characters Problem (NOT ANSWERED)

    Hi Christian,

    not sure whether this will be of any great help, but once I was trying to get
    special characters (&, $, #, etc.) from a PHP script to Flash. The trick there
    was to send the string URL encoded - there is a function in PHP to do that:
    urlencode('yourString').

    I tried using the function with the special characters you are talking about,
    and it did work with the copyright and registered signs, but for some strange
    reason not with the trademark one.


    Going to check the AS side,

    Simon.

    SimonTheSwift Guest

  4. #3

    Default Re: Special Characters Problem (NOT ANSWERED)

    Ok, but the problem is our server is NT based. We have to use ASP.

    Have you check what ASP can do to resolve this issue?

    Thanks, man!

    C
    Magnix Guest

  5. #4

    Default Re: Special Characters Problem (NOT ANSWERED)

    with any special characters not displaying properly, whether drawn from XML or
    otherwise, try swicthing it for the Unicode equivelant. so in the case of ?
    you'd use /u00AE, all the unicodes are freely available in your character map
    which comes with windows in the system tools menu. Just remember to use the
    escape value before it of /. so the character map displays the code in the
    bottom right when presing a symbol, something like U+00AE, to convert that to
    flash unicode would be /u00ae. Hope that helped, dr_ross

    dr_ross Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139