Japanes text in a JSP file that contains an includedefining the charset

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Japanes text in a JSP file that contains an includedefining the charset

    I am developing a site in Japanese but I am having a problem with getting
    dreamweaver to maintain the japanese text when I save the file. The reason I
    am having trouble is because Dreamweaver is looking for the meta tag character
    set definition within the actual JSP document that I am saving. However, I am
    using a JSP include at the top of this file which calls the head information
    and within it the meta tag definition.

    The end result is that when I go to save the file I get an error message that
    says:

    [h]The document's current encoding can not correctly save all of the
    characters within the document. You may want to change to UTF-8 or an encoding
    that supports the special characters in this document.[/h]

    Then I click the OK button and it saves the file. When I reopen the file or
    if open the page using my local version of the site, I find that Dreamweaver
    has replaced all the Japanese text with ??? (question marks).

    Can anyone tell me how I can get dreamweave to save the Japanese without
    having the encoding set withing that JSP file?

    Thanks in advance!
    Rob

    Rob The Master Guest

  2. Similar Questions and Discussions

    1. charset
      Hi, I'm a newbee, also in english. The thing is that I have a kind of javascript based search engine that use a .txt as its database, it has...
    2. Problem writing to file.....charset I think
      I am having a problem writing to a file. I am trying to write the following to a file <cfset text = "#chr(1)##chr(0)##chr(8)#"> <cffile...
    3. Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
      Hi I'm trying to setup a webservice on a Windows 2003 server, however each time I call it I get the error: Client found response content type...
    4. text field including text from a text file *.txt
      Hi, I would like to insert a text field which includes text from a text file. I know it must be possible but unfortunately I cannot find any help...
    5. error ...response text/html;charset=utf-8 expected 'text/xml'
      I have the same problem - anyone figure out an answer? Thanks! "Georgia Powel" <gpowel@isnsecurity.com> wrote in news:0d1201c37d21...
  3. #2

    Default Re: Japanes text in a JSP file that contains an includedefining the charset

    Anyone have ideas for me? Please!!!

    Rob
    Rob The Master 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