Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Hebrew on CFM files

    Hello,

    I've installed CF-MX7 on my Windows 2003 Server and I encountered a strange
    problem with Hebrew language:
    When I save the file as HTML I can see the Hebrew ok, but when I change it
    into CFM file, the Hebrew turns into Gibrish.
    Even more, on the same file I have Hebrew text in the code and as output from
    DB. The output is ok, and I can see the Hebrew, but the text in the code itself
    is Gibrish.

    Any ideas?
    Thanx.

    siteam Guest

  2. Similar Questions and Discussions

    1. Hebrew Support
      Does Contribute 4 supports Hebrew? It was impossible for me to write right to left. After saving the page all Hebrew fonts changed to question...
    2. hebrew characters
      I have freehand mx using mac osx. How exactly do I type words in hebrew? I have hebrew fonts installed (arial hebrew) and my system set up to type...
    3. pdf in Hebrew
      Hi, We are building a website with pdf files in Hebrew. We are working with Windows and Office XP and Acrobat Professional 6 to create pdf files...
    4. Hebrew RTL
      I am writing text in the text box but it appears from left to right and not the right way. I am working with Freehand 10 Please help me in this...
    5. hebrew in flash
      Hello, How can I put text that are seen in Hebrew in macromedia ? (I see, for example, a with dot on it). Thanks :)
  3. #2

    Default Re: Hebrew on CFM files

    what encoding did you use to create the files? what editor did you use? mx defaults to utf-8 which is a good overall encoding for your apps.
    PaulH Guest

  4. #3

    Default Re: Hebrew on CFM files

    <meta http-equiv="Content-Language" content="he">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
    I using either NotePad or DreamWeaver MX
    should I change something in language properties on my app.?

    siteam Guest

  5. #4

    Default Re: Hebrew on CFM files

    well those won't have any effect w/cf but it will serve to confuse web spiders,
    etc. change the charset to utf-8. if you use notepad, use the save as and
    change the encoding to utf-8. i don't use dreamweaver but i assume there's
    something there to chaneg encoding. swap that to utf-8.



    PaulH 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