Problem displaying Japanese characters

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Problem displaying Japanese characters

    Hi,

    I want my application to have "Lucida Grande" font. Since I am not sure that
    every platform has it locally installed, I embedded it.
    I created an swf with Flash CS3, as explained in the tutorial. (To find the
    tutorial look for "Embedding fonts from SWF files" in Google.)
    I added ALL the characters. The result is a ~900Kb swf.

    I embed my font in Flex using:

    @font-face {
    src:url("font.swf");
    fontFamily: "Lucida Grande";
    }

    Sometimes I load text which is Japanese or Chinese. Instead of the text I see
    squares.

    How can I solve?

    Thanks in advance,

    -c.

    _funkyboy Guest

  2. Similar Questions and Discussions

    1. Japanese characters.
      Hi, In Acrobat SDK 6.0 we are using wordproc to fetch the word from pdf document. We are creating links for that word also. I want to extract word...
    2. Japanese displaying
      Hi, I have the same problem. I've noticed it usually happens with text boxes with news or similar. Curiously I can read japanese properly in both...
    3. Japanese characters
      I am puting into a SQL server DB that is set to VarChar and i am using CF 6.1. I want to do this in Japanese however all I am getting is "????"...
    4. Japanese Characters?
      How do I incorporate Japanese characters into a German version of Flash MX? Is Japanese text right-to-left? Top-to-bottom? Any clues would be...
    5. how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
      HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,...
  3. #2

    Default Re: Problem displaying Japanese characters

    I would check that font. I don't think Lucidia Grande supports a full unicode set.
    shawn.yale Guest

  4. #3

    Default Re: Problem displaying Japanese characters

    Thanks. You are right. Apart from sans-serif you know other fonts with full unicode support?



    _funkyboy 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