French character and MySQL

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

  1. #1

    Default French character and MySQL

    Hi,

    I have MySQL database that has some French fields and I when I display them in
    a cfm page, special character are not displayed properly. I remember having
    changed something in the datasource advanced settings and it solved the problem
    but I don't remember the code I had to use.

    Thanks for your help.

    lg2 Guest

  2. Similar Questions and Discussions

    1. CF MX 7 and MySQL - problem with UTF-8 character set
      Hello, I have problem with UTF-8 character support. I'm using ColdFusion MX 7 and MySQL 4.1.7. I need UTF-8 support because I'm using german...
    2. Wilcard character problem in PHP/MySQL
      I have a mysql table with the field DT_DATESUB. Its a date field YYYY-MM-DD. I have a search php page with a dropdown menu holding the YEARS by...
    3. Encoding problem (french character) in txt file on Mac OS X
      Hi, I've tried several things but I can't get out of this issue ! I have this meta-tag in my header : <meta http-equiv="Content-Type"...
    4. [New in Java] cannot println french or spanish character...
      I use : System.out.println("Le résultat est " + valeur); When I try to print a result (in French) I get a strange character (white question...
    5. insert french character to db2
      hi, What is the code page of your database? "db2 get database configuration for <databaseName>" will tell you the database code page. Is your...
  3. #2

    Default Re: French character and MySQL

    lg2 wrote:
    > changed something in the datasource advanced settings and it solved the problem
    > but I don't remember the code I had to use.
    i suppose you mean this on the JDBC url? useUnicode=true&characterEncoding=utf8
    PaulH *TMM* 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