Japanese (double byte) on MySQL / CF MX

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

  1. #1

    Default Japanese (double byte) on MySQL / CF MX

    trying to get CF MX english version to work with MySQL database; I have heard
    it is possible to set a connection string for JIS character sets in the CF
    database admin section - I am not sure how to do this - is anyone familiar with
    this?

    thanks

    pmt1st Guest

  2. Similar Questions and Discussions

    1. double byte chars in cf7 charts, flashpaper and PDF
      Hello all, i have a problem with double byte characters not displaying properly in cf7 charts, flashpaper and PDF on win 2003 server. They all...
    2. DIME attachments break double-byte characters using WSE 1.0 SP1
      Using the .NET framework and WSE 1.0 SP1, I have built a web service which receives data from a web service client and saves it to disk in a text...
    3. Embedded font problem with double-byte logins
      I am currently working on a project that will be distributed throughout the world, and I have been struggling with fonts and regions within Director...
    4. Japanese Font problems? (Double Byte Charater sets)
      problem... i am building a 7 language CD-ROM.... the cd-rom is already working with GB and US... i have 100s of rtfs from our translators from...
    5. FW Double byte characters & OS X
      Hi all, How do you copy and paste double byte characters to Fireworks MX? It worked for me in Mac OS 9 but not X. Thanks, Hendri
  3. #2

    Default Re: Japanese (double byte) on MySQL / CF MX

    Assuming you are using the MySql J connector:
    [url]http://dev.mysql.com/doc/refman/5.0/en/cj-configuration-properties.html[/url]
    HTH
    --
    Tim Carley
    [url]www.recfusion.com[/url]
    [email]info@NOSPAMINGrecfusion.com[/email]
    Mountain Lover Guest

  4. #3

    Default Re: Japanese (double byte) on MySQL / CF MX

    thanks - check and am using connector/J

    got it to work by adding useUnicode=true&characterEncoding=UTF-8 to the dbase
    connection string and setting page character encoding to SJIS

    appreciate the response and help

    thks

    pmt1st 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