mysql and latin characters

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Re: mysql and latin characters

    yes that's jdbc.
    PaulH Guest

  2. Similar Questions and Discussions

    1. MySQL characters
      As long as Im on the subject... Is there any way I can use characters such as: á,é,í,ó,ú,º,ª, etc in MySQL??? thanks
    2. Non-Latin Characters problem...
      Ah, so that's it! It's not just the filename, but the path as well. This was driving me nuts because it stops an action that does bulk web...
    3. Cannot save images for web, get warning "Latin Characters"
      I have Photoshop CS operating on Mac OS X 10.3 on a Dual 2.0 G5. Every time I try to save an image for the Web I get the same message. It doesn't...
    4. "Some files being saved contain non latin characters"
      I'm running a batch, adding a watermark copyright, and I'm getting this new interruption between the saving of each file, "some files being saved...
    5. Problems with CDONTS e-mail for non-Latin characters
      Hello all I have a very big problem with my ASP pages sending e- mail to my users. I want them to have Greek characters in the message, but...
  3. #2

    Default Re: mysql and latin characters

    Originally posted by: PaulH
    the page encoding is still coming up as utf-8 on that link you posted, so i'm
    not sure what you've actually done. those changes do indeed work.


    Okay, I made the following changes
    * connection string to mysql 4.0.18-nt database in CF administrator is "using
    useUnicode=true&characterEncoding=iso88591"
    * Added the following lines to application.cfm:
    <cfset setEncoding("url","ISO-8859-1")>
    <cfset setEncoding("form","ISO-8859-1")>
    <cfcontent type="text/html; charset=ISO-8859-1">

    * I added the following line to index.cfm, inc_header.cfm, inc_banner.cfm,
    inc_menu.cfm and program.cfm:
    <cfprocessingdirective pageEncoding="ISO-8859-1">

    You can see what it looks like
    [url]http://www.mendozamission.com/index.cfm?sector=mission_program&page=program&miss[/url]
    _id=589502

    (You'll notice that it looks the same, however, when you look at the encoding,
    indeed it has changed.)

    So, when I get home from work tonight, I will be change to MS SQL Server (so,
    if you want to view the ? marks and boxes, you'll need to do so before 6 or 7
    pm Central Time) :-)

    Again, THANK YOU so much for your help. I'm sorry if I am doing something
    wrong and that is why it is not working.

    Thanks!
    --
    Nathan

    nathangg 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