Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Japanese Project

    I am going to be starting a Japanese project soon. I will be using CF 6.1 and
    either SQL Server 2000 or MYSQL 4.1.

    To my understanding I need to have charset=Shift_JIS in the Meta tags and the
    database set to varchar. Other than that it is basic cf and database stuff.
    Is there anything that I am missing?

    Thanks for your responses.


    koeniga Guest

  2. Similar Questions and Discussions

    1. Japanese Fonts
      Hi, Been having some problems with my Illustrator CS and trying to input japanese. I have gone as far as getting the US flag up and have changed...
    2. Japanese Characters?
      How do I incorporate Japanese characters into a German version of Flash MX? Is Japanese text right-to-left? Top-to-bottom? Any clues would be...
    3. How to type Japanese?
      Possible to type Japanese text in the American version of photoshop elements 2. Thank you
    4. Large PHP Project... Need Project Manager
      Hey, I've got a nice CMS (in quite stable 2.0 form) that I need a Project Manager who can just deal with some bugs/answer questions for the next...
    5. Japanese Studio MX
      I bought Studio MX from someone online and I go to install it and it's Japanese... someone please tell me I can somehow install the english...
  3. #2

    Default Re: Japanese Project

    nope, neither of those are going to help you much w/this project. if existing
    s/w, you have to make it i18n ready. otherwise design to i18n specs, no it's
    not "basic cf and database stuff".

    you should probably use unicode rather than a codepage encoding like that. if
    you use mySQL you'll need the very latest production version. (in my opinion
    sql server is a better choice for i18n work).

    beyond this you'll have to ask specific questions.


    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